Html Css Color HEX #880408 Sangria

📋 copy color: '#880408'

red 136 ◦ green 4 ◦ blue 8

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

Shades of Sangria #880408

Tints of Sangria #880408

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.7%

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

R = 91.89%
G = 2.7%
B = 5.41%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.94

 K value IS 0.47

RGB Variations

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

Color information

#880408 (or 0x880408) is known color: Sangria. HEX triplet: 88, 04 and 08. RGB value is (136,4,8). Sum of RGB (Red+Green+Blue) = 136+4+8=148 (19% of max value = 765). Red value is 136 (53.52% from 255 or 91.89% from 148); Green value is 4 (1.95% from 255 or 2.70% from 148); Blue value is 8 (3.52% from 255 or 5.41% from 148); Max value from RGB is 136 - color contains mainly: red. Hex color #880408 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #880408 is #77FBF7. Grayscale: #2C2C2C. Windows color (decimal): -7863288 or 525448. OLE color: 525448.

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

Color convert

RGB 136 4 8 -
CMYK 0 0.97 0.94 0.47
HSL 358.18º 0.94% 0.27% -
HSV(B) 358.18º 0.97% 0.53% -
XYZ 10.24 5.34 0.72 -
YUV 43.92 107.73 193.67 -
System Red Green Blue C M Y K H S L
Decimal 136 4 8 0 0.97 0.94 0.47 358.18 0.94 0.27
Hex 88 4 8 0 61 5E 2F 166 5E 1B
Octal 210 4 10 0 141 136 57 546 136 33
Binary 10001000 100 1000 0 1100001 1011110 101111 101100110 1011110 11011

Color Harmonies of #880408

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #880408

Black with #880408

Text Example


Text Example

White with #880408

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #880408; }

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

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

background-color css

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

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

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

border-color css

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

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

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