Html Css Color HEX #8B0506 Sangria

📋 copy color: '#8B0506'

red 139 ◦ green 5 ◦ blue 6

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

Shades of Sangria #8B0506

Tints of Sangria #8B0506

RGB

 RED value IS 139 (54.69% from 255) = 92.67%

 GREEN value IS 5 (2.34% from 255) = 3.33%

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

R = 92.67%
G = 3.33%
B = 4%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.96

 K value IS 0.45

RGB Variations

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

Color information

#8B0506 (or 0x8B0506) is known color: Sangria. HEX triplet: 8B, 05 and 06. RGB value is (139,5,6). Sum of RGB (Red+Green+Blue) = 139+5+6=150 (19% of max value = 765). Red value is 139 (54.69% from 255 or 92.67% from 150); Green value is 5 (2.34% from 255 or 3.33% from 150); Blue value is 6 (2.73% from 255 or 4% from 150); Max value from RGB is 139 - color contains mainly: red. Hex color #8B0506 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8B0506 is #74FAF9. Grayscale: #2D2D2D. Windows color (decimal): -7666426 or 394635. OLE color: 394635.

HSL color Cylindrical-coordinate representation of color #8B0506: hue angle of 359.55º degrees, saturation: 0.93, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #8B0506 is Cyan = 0, Magento = 0.96, Yellow = 0.96 and Black (K on CMYK) = 0.45.

Color convert

RGB 139 5 6 -
CMYK 0 0.96 0.96 0.45
HSL 359.55º 0.93% 0.28% -
HSV(B) 359.55º 0.96% 0.55% -
XYZ 10.73 5.61 0.69 -
YUV 45.18 105.89 194.92 -
System Red Green Blue C M Y K H S L
Decimal 139 5 6 0 0.96 0.96 0.45 359.55 0.93 0.28
Hex 8B 5 6 0 60 60 2D 168 5D 1C
Octal 213 5 6 0 140 140 55 550 135 34
Binary 10001011 101 110 0 1100000 1100000 101101 101101000 1011101 11100

Color Harmonies of #8B0506

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B0506

Black with #8B0506

Text Example


Text Example

White with #8B0506

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8B0506; }

 p { color: rgb(139,5,6); }

 H1.HeaderClassName
 {
   color: #8B0506;
 }
 .AnyTagClassName
 {
   color: #8B0506;
 }
</style>

background-color css

<style>
 a { background-color: #8B0506; }

 a { background-color: rgb(139,5,6); }

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

border-color css

<style>
 span { border-color: #8B0506; }

 span { border-color: rgb(139,5,6); }

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