Html Css Color HEX #80040B Sangria

📋 copy color: '#80040B'

red 128 ◦ green 4 ◦ blue 11

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

Shades of Sangria #80040B

Tints of Sangria #80040B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 7.69%

R = 89.51%
G = 2.8%
B = 7.69%

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

#80040B (or 0x80040B) is known color: Sangria. HEX triplet: 80, 04 and 0B. RGB value is (128,4,11). Sum of RGB (Red+Green+Blue) = 128+4+11=143 (18% of max value = 765). Red value is 128 (50.39% from 255 or 89.51% from 143); Green value is 4 (1.95% from 255 or 2.80% from 143); Blue value is 11 (4.69% from 255 or 7.69% from 143); Max value from RGB is 128 - color contains mainly: red. Hex color #80040B is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #80040B is #7FFBF4. Grayscale: #292929. Windows color (decimal): -8387573 or 722048. OLE color: 722048.

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

Color convert

RGB 128 4 11 -
CMYK 0 0.97 0.91 0.50
HSL 356.61º 0.94% 0.26% -
HSV(B) 356.61º 0.97% 0.5% -
XYZ 9.01 4.7 0.75 -
YUV 41.87 110.58 189.43 -
System Red Green Blue C M Y K H S L
Decimal 128 4 11 0 0.97 0.91 0.50 356.61 0.94 0.26
Hex 80 4 B 0 61 5B 32 165 5E 1A
Octal 200 4 13 0 141 133 62 545 136 32
Binary 10000000 100 1011 0 1100001 1011011 110010 101100101 1011110 11010

Color Harmonies of #80040B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80040B

Black with #80040B

Text Example


Text Example

White with #80040B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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