Html Css Color HEX #80040F Sangria

📋 copy color: '#80040F'

red 128 ◦ green 4 ◦ blue 15

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

Shades of Sangria #80040F

Tints of Sangria #80040F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 10.2%

R = 87.07%
G = 2.72%
B = 10.2%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.88

 K value IS 0.50

RGB Variations

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

Color information

#80040F (or 0x80040F) is known color: Sangria. HEX triplet: 80, 04 and 0F. RGB value is (128,4,15). Sum of RGB (Red+Green+Blue) = 128+4+15=147 (19% of max value = 765). Red value is 128 (50.39% from 255 or 87.07% from 147); Green value is 4 (1.95% from 255 or 2.72% from 147); Blue value is 15 (6.25% from 255 or 10.20% from 147); Max value from RGB is 128 - color contains mainly: red. Hex color #80040F is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #80040F is #7FFBF0. Grayscale: #2A2A2A. Windows color (decimal): -8387569 or 984192. OLE color: 984192.

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

Color convert

RGB 128 4 15 -
CMYK 0 0.97 0.88 0.50
HSL 354.68º 0.94% 0.26% -
HSV(B) 354.68º 0.97% 0.5% -
XYZ 9.03 4.71 0.89 -
YUV 42.33 112.58 189.11 -
System Red Green Blue C M Y K H S L
Decimal 128 4 15 0 0.97 0.88 0.50 354.68 0.94 0.26
Hex 80 4 F 0 61 58 32 163 5E 1A
Octal 200 4 17 0 141 130 62 543 136 32
Binary 10000000 100 1111 0 1100001 1011000 110010 101100011 1011110 11010

Color Harmonies of #80040F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80040F

Black with #80040F

Text Example


Text Example

White with #80040F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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