Html Css Color HEX #880608 Sangria

📋 copy color: '#880608'

red 136 ◦ green 6 ◦ blue 8

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

Shades of Sangria #880608

Tints of Sangria #880608

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 5.33%

R = 90.67%
G = 4%
B = 5.33%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.94

 K value IS 0.47

RGB Variations

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

Color information

#880608 (or 0x880608) is known color: Sangria. HEX triplet: 88, 06 and 08. RGB value is (136,6,8). Sum of RGB (Red+Green+Blue) = 136+6+8=150 (19% of max value = 765). Red value is 136 (53.52% from 255 or 90.67% from 150); Green value is 6 (2.73% from 255 or 4% from 150); Blue value is 8 (3.52% from 255 or 5.33% from 150); Max value from RGB is 136 - color contains mainly: red. Hex color #880608 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #880608 is #77F9F7. Grayscale: #2D2D2D. Windows color (decimal): -7862776 or 525960. OLE color: 525960.

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

Color convert

RGB 136 6 8 -
CMYK 0 0.96 0.94 0.47
HSL 359.08º 0.92% 0.28% -
HSV(B) 359.08º 0.96% 0.53% -
XYZ 10.26 5.38 0.73 -
YUV 45.1 107.07 192.84 -
System Red Green Blue C M Y K H S L
Decimal 136 6 8 0 0.96 0.94 0.47 359.08 0.92 0.28
Hex 88 6 8 0 60 5E 2F 167 5C 1C
Octal 210 6 10 0 140 136 57 547 134 34
Binary 10001000 110 1000 0 1100000 1011110 101111 101100111 1011100 11100

Color Harmonies of #880608

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #880608

Black with #880608

Text Example


Text Example

White with #880608

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #880608; }

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

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

background-color css

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

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

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

border-color css

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

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

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