Html Css Color HEX #880204 Sangria

📋 copy color: '#880204'

red 136 ◦ green 2 ◦ blue 4

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

Shades of Sangria #880204

Tints of Sangria #880204

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.41%

 BLUE value IS 4 (1.95% from 255) = 2.82%

R = 95.77%
G = 1.41%
B = 2.82%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.97

 K value IS 0.47

RGB Variations

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

Color information

#880204 (or 0x880204) is known color: Sangria. HEX triplet: 88, 02 and 04. RGB value is (136,2,4). Sum of RGB (Red+Green+Blue) = 136+2+4=142 (18% of max value = 765). Red value is 136 (53.52% from 255 or 95.77% from 142); Green value is 2 (1.17% from 255 or 1.41% from 142); Blue value is 4 (1.95% from 255 or 2.82% from 142); Max value from RGB is 136 - color contains mainly: red. Hex color #880204 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #880204 is #77FDFB. Grayscale: #2A2A2A. Windows color (decimal): -7863804 or 262792. OLE color: 262792.

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

Color convert

RGB 136 2 4 -
CMYK 0 0.99 0.97 0.47
HSL 359.1º 0.97% 0.27% -
HSV(B) 359.1º 0.99% 0.53% -
XYZ 10.2 5.29 0.6 -
YUV 42.29 106.39 194.84 -
System Red Green Blue C M Y K H S L
Decimal 136 2 4 0 0.99 0.97 0.47 359.1 0.97 0.27
Hex 88 2 4 0 63 61 2F 167 61 1B
Octal 210 2 4 0 143 141 57 547 141 33
Binary 10001000 10 100 0 1100011 1100001 101111 101100111 1100001 11011

Color Harmonies of #880204

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #880204

Black with #880204

Text Example


Text Example

White with #880204

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #880204; }

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

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

background-color css

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

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

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

border-color css

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

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

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