Html Css Color HEX #880506 Sangria

📋 copy color: '#880506'

red 136 ◦ green 5 ◦ blue 6

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

Shades of Sangria #880506

Tints of Sangria #880506

RGB

 RED value IS 136 (53.52% from 255) = 92.52%

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

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

R = 92.52%
G = 3.4%
B = 4.08%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.96

 K value IS 0.47

RGB Variations

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

Color information

#880506 (or 0x880506) is known color: Sangria. HEX triplet: 88, 05 and 06. RGB value is (136,5,6). Sum of RGB (Red+Green+Blue) = 136+5+6=147 (19% of max value = 765). Red value is 136 (53.52% from 255 or 92.52% from 147); Green value is 5 (2.34% from 255 or 3.40% from 147); Blue value is 6 (2.73% from 255 or 4.08% from 147); Max value from RGB is 136 - color contains mainly: red. Hex color #880506 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #880506 is #77FAF9. Grayscale: #2C2C2C. Windows color (decimal): -7863034 or 394632. OLE color: 394632.

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

Color convert

RGB 136 5 6 -
CMYK 0 0.96 0.96 0.47
HSL 359.54º 0.93% 0.28% -
HSV(B) 359.54º 0.96% 0.53% -
XYZ 10.24 5.36 0.67 -
YUV 44.28 106.4 193.42 -
System Red Green Blue C M Y K H S L
Decimal 136 5 6 0 0.96 0.96 0.47 359.54 0.93 0.28
Hex 88 5 6 0 60 60 2F 168 5D 1C
Octal 210 5 6 0 140 140 57 550 135 34
Binary 10001000 101 110 0 1100000 1100000 101111 101101000 1011101 11100

Color Harmonies of #880506

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #880506

Black with #880506

Text Example


Text Example

White with #880506

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #880506; }

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

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

background-color css

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

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

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

border-color css

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

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

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