Html Css Color HEX #80040C Sangria

📋 copy color: '#80040C'

red 128 ◦ green 4 ◦ blue 12

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

Shades of Sangria #80040C

Tints of Sangria #80040C

RGB

 RED value IS 128 (50.39% from 255) = 88.89%

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

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

R = 88.89%
G = 2.78%
B = 8.33%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.91

 K value IS 0.50

RGB Variations

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

Color information

#80040C (or 0x80040C) is known color: Sangria. HEX triplet: 80, 04 and 0C. RGB value is (128,4,12). Sum of RGB (Red+Green+Blue) = 128+4+12=144 (19% of max value = 765). Red value is 128 (50.39% from 255 or 88.89% from 144); Green value is 4 (1.95% from 255 or 2.78% from 144); Blue value is 12 (5.08% from 255 or 8.33% from 144); Max value from RGB is 128 - color contains mainly: red. Hex color #80040C is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #80040C is #7FFBF3. Grayscale: #2A2A2A. Windows color (decimal): -8387572 or 787584. OLE color: 787584.

HSL color Cylindrical-coordinate representation of color #80040C: hue angle of 356.13º degrees, saturation: 0.94, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #80040C is Cyan = 0, Magento = 0.97, Yellow = 0.91 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 4 12 -
CMYK 0 0.97 0.91 0.50
HSL 356.13º 0.94% 0.26% -
HSV(B) 356.13º 0.97% 0.5% -
XYZ 9.01 4.7 0.78 -
YUV 41.99 111.08 189.35 -
System Red Green Blue C M Y K H S L
Decimal 128 4 12 0 0.97 0.91 0.50 356.13 0.94 0.26
Hex 80 4 C 0 61 5B 32 164 5E 1A
Octal 200 4 14 0 141 133 62 544 136 32
Binary 10000000 100 1100 0 1100001 1011011 110010 101100100 1011110 11010

Color Harmonies of #80040C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80040C

Black with #80040C

Text Example


Text Example

White with #80040C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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