Html Css Color HEX #88040C Sangria

📋 copy color: '#88040C'

red 136 ◦ green 4 ◦ blue 12

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

Shades of Sangria #88040C

Tints of Sangria #88040C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 7.89%

R = 89.47%
G = 2.63%
B = 7.89%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.91

 K value IS 0.47

RGB Variations

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

Color information

#88040C (or 0x88040C) is known color: Sangria. HEX triplet: 88, 04 and 0C. RGB value is (136,4,12). Sum of RGB (Red+Green+Blue) = 136+4+12=152 (20% of max value = 765). Red value is 136 (53.52% from 255 or 89.47% from 152); Green value is 4 (1.95% from 255 or 2.63% from 152); Blue value is 12 (5.08% from 255 or 7.89% from 152); Max value from RGB is 136 - color contains mainly: red. Hex color #88040C is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #88040C is #77FBF3. Grayscale: #2C2C2C. Windows color (decimal): -7863284 or 787592. OLE color: 787592.

HSL color Cylindrical-coordinate representation of color #88040C: hue angle of 356.36º 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 #88040C is Cyan = 0, Magento = 0.97, Yellow = 0.91 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 4 12 -
CMYK 0 0.97 0.91 0.47
HSL 356.36º 0.94% 0.27% -
HSV(B) 356.36º 0.97% 0.53% -
XYZ 10.26 5.35 0.84 -
YUV 44.38 109.73 193.35 -
System Red Green Blue C M Y K H S L
Decimal 136 4 12 0 0.97 0.91 0.47 356.36 0.94 0.27
Hex 88 4 C 0 61 5B 2F 164 5E 1B
Octal 210 4 14 0 141 133 57 544 136 33
Binary 10001000 100 1100 0 1100001 1011011 101111 101100100 1011110 11011

Color Harmonies of #88040C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88040C

Black with #88040C

Text Example


Text Example

White with #88040C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #88040C; }

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

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

background-color css

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

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

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

border-color css

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

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

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