#9B1207

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

Shades of Dark Red #9B1207

Tints of Dark Red #9B1207

Color information

#9B1207 (or 0x9B1207) is unknown color: approx Dark Red. HEX triplet: 9B, 12 and 07. RGB value is (155,18,7). Sum of RGB (Red+Green+Blue) = 155+18+7=180 (23% of max value = 765). Red value is 155 (60.94% from 255 or 86.11% from 180); Green value is 18 (7.42% from 255 or 10% from 180); Blue value is 7 (3.12% from 255 or 3.89% from 180); Max value from RGB is 155 - color contains mainly: red. Hex color #9B1207 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9B1207 is #64EDF8. Grayscale: #393939. Windows color (decimal): -6614521 or 463515. OLE color: 463515.

HSL color Cylindrical-coordinate representation of color #9B1207: hue angle of 4.46º degrees, saturation: 0.91, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #9B1207 is Cyan = 0, Magento = 0.88, Yellow = 0.95 and Black (K on CMYK) = 0.39.

Color convert

RGB155187-
CMYK00.880.950.39
HSL4.46º91.36%31.76%-
HSV(B)4.46º95.48%60.78%-
XYZ13.777.420.91-
YUV57.7199.39197.39-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 86.11%
GREEN value IS 18 (7.42% from 255) = 10%
BLUE value IS 7 (3.12% from 255) = 3.89%
R=86.11%
G=10%
B=3.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.95
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15518700.880.950.394.4691.3631.76
Hex9B1270585F2745b20
Octal233227013013747413340
Binary10011011100101110101100010111111001111001011011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B1207

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,18,7); }

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

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

 a { background-color: rgb(155,18,7); }

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

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

 span { border-color: rgb(155,18,7); }

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