#9B1F3F

Color #9B1F3F Bright Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bright Red #9B1F3F

Tints of Bright Red #9B1F3F

Color information

#9B1F3F (or 0x9B1F3F) is unknown color: approx Bright Red. HEX triplet: 9B, 1F and 3F. RGB value is (155,31,63). Sum of RGB (Red+Green+Blue) = 155+31+63=249 (32% of max value = 765). Red value is 155 (60.94% from 255 or 62.25% from 249); Green value is 31 (12.5% from 255 or 12.45% from 249); Blue value is 63 (25% from 255 or 25.30% from 249); Max value from RGB is 155 - color contains mainly: red. Hex color #9B1F3F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9B1F3F is #64E0C0. Grayscale: #474747. Windows color (decimal): -6611137 or 4136859. OLE color: 4136859.

HSL color Cylindrical-coordinate representation of color #9B1F3F: hue angle of 344.52º degrees, saturation: 0.67, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #9B1F3F is Cyan = 0, Magento = 0.8, Yellow = 0.59 and Black (K on CMYK) = 0.39.

Color convert

RGB1553163-
CMYK00.80.590.39
HSL344.52º66.67%36.47%-
HSV(B)344.52º80%60.78%-
XYZ14.98.315.52-
YUV71.72123.08187.4-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 155 (60.94% from 255) = 62.25%
GREEN value IS 31 (12.5% from 255) = 12.45%
BLUE value IS 63 (25% from 255) = 25.30%
R=62.25%
G=12.45%
B=25.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.8
Y (Yellow) values IS 0.59
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155316300.80.590.39344.5266.6736.47
Hex9B1F3F0503B271594324
Octal23337770120734753110344
Binary1001101111111111111010100001110111001111010110011000011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B1F3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9B1F3F; }

 p { color: rgb(155,31,63); }

 H1.HeaderClassName
 {
   color: #9B1F3F;
 }
 .AnyTagClassName
 {
   color: #9B1F3F;
 }
</style>
background-color css

<style>
 a { background-color: #9B1F3F; }

 a { background-color: rgb(155,31,63); }

 div.DivClassName
 {
   background-color: #9B1F3F;
 }
 .BgClassName
 {
   background-color: #9B1F3F;
 }
</style>
border-color css

<style>
 span { border-color: #9B1F3F; }

 span { border-color: rgb(155,31,63); }

 td.TdClassName
 {
   border-color: #9B1F3F;
 }
 .TagClassName
 {
   border-color: #9B1F3F;
 }
</style>