#8B0608

Color #8B0608 Sangria (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sangria #8B0608

Tints of Sangria #8B0608

Color information

#8B0608 (or 0x8B0608) is unknown color: approx Sangria. HEX triplet: 8B, 06 and 08. RGB value is (139,6,8). Sum of RGB (Red+Green+Blue) = 139+6+8=153 (20% of max value = 765). Red value is 139 (54.69% from 255 or 90.85% from 153); Green value is 6 (2.73% from 255 or 3.92% from 153); Blue value is 8 (3.52% from 255 or 5.23% from 153); Max value from RGB is 139 - color contains mainly: red. Hex color #8B0608 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8B0608 is #74F9F7. Grayscale: #2E2E2E. Windows color (decimal): -7666168 or 525963. OLE color: 525963.

HSL color Cylindrical-coordinate representation of color #8B0608: hue angle of 359.1º degrees, saturation: 0.92, 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 #8B0608 is Cyan = 0, Magento = 0.96, Yellow = 0.94 and Black (K on CMYK) = 0.45.

Color convert

RGB13968-
CMYK00.960.940.45
HSL359.1º91.72%28.43%-
HSV(B)359.1º95.68%54.51%-
XYZ10.765.640.75-
YUV46106.56194.34-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 90.85%
GREEN value IS 6 (2.73% from 255) = 3.92%
BLUE value IS 8 (3.52% from 255) = 5.23%
R=90.85%
G=3.92%
B=5.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.94
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1396800.960.940.45359.191.7228.43
Hex8B680605E2D1675c1c
Octal21361001401365554713434
Binary100010111101000011000001011110101101101100111101110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B0608

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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