Html Css Color HEX #9B0806 Dark Red

📋 copy color: '#9B0806'

red 155 ◦ green 8 ◦ blue 6

#9B0806
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Red #9B0806

Tints of Dark Red #9B0806

RGB

 RED value IS 155 (60.94% from 255) = 91.72%

 GREEN value IS 8 (3.52% from 255) = 4.73%

 BLUE value IS 6 (2.73% from 255) = 3.55%

R = 91.72%
G = 4.73%
B = 3.55%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.96

 K value IS 0.39

RGB Variations

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

Color information

#9B0806 (or 0x9B0806) is known color: Dark Red. HEX triplet: 9B, 08 and 06. RGB value is (155,8,6). Sum of RGB (Red+Green+Blue) = 155+8+6=169 (22% of max value = 765). Red value is 155 (60.94% from 255 or 91.72% from 169); Green value is 8 (3.52% from 255 or 4.73% from 169); Blue value is 6 (2.73% from 255 or 3.55% from 169); Max value from RGB is 155 - color contains mainly: red. Hex color #9B0806 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9B0806 is #64F7F9. Grayscale: #333333. Windows color (decimal): -6617082 or 395419. OLE color: 395419.

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

Color convert

RGB 155 8 6 -
CMYK 0 0.95 0.96 0.39
HSL 0.81º 0.93% 0.32% -
HSV(B) 0.81º 0.96% 0.61% -
XYZ 13.64 7.16 0.83 -
YUV 51.73 102.2 201.66 -
System Red Green Blue C M Y K H S L
Decimal 155 8 6 0 0.95 0.96 0.39 0.81 0.93 0.32
Hex 9B 8 6 0 5F 60 27 1 5D 20
Octal 233 10 6 0 137 140 47 1 135 40
Binary 10011011 1000 110 0 1011111 1100000 100111 1 1011101 100000

Color Harmonies of #9B0806

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B0806

Black with #9B0806

Text Example


Text Example

White with #9B0806

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,8,6); }

 H1.HeaderClassName
 {
   color: #9B0806;
 }
 .AnyTagClassName
 {
   color: #9B0806;
 }
</style>

background-color css

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

 a { background-color: rgb(155,8,6); }

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

border-color css

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

 span { border-color: rgb(155,8,6); }

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