Html Css Color HEX #80080F Sangria

📋 copy color: '#80080F'

red 128 ◦ green 8 ◦ blue 15

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

Shades of Sangria #80080F

Tints of Sangria #80080F

RGB

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

 GREEN value IS 8 (3.52% from 255) = 5.3%

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

R = 84.77%
G = 5.3%
B = 9.93%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.88

 K value IS 0.50

RGB Variations

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

Color information

#80080F (or 0x80080F) is known color: Sangria. HEX triplet: 80, 08 and 0F. RGB value is (128,8,15). Sum of RGB (Red+Green+Blue) = 128+8+15=151 (20% of max value = 765). Red value is 128 (50.39% from 255 or 84.77% from 151); Green value is 8 (3.52% from 255 or 5.30% from 151); Blue value is 15 (6.25% from 255 or 9.93% from 151); Max value from RGB is 128 - color contains mainly: red. Hex color #80080F is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #80080F is #7FF7F0. Grayscale: #2C2C2C. Windows color (decimal): -8386545 or 985216. OLE color: 985216.

HSL color Cylindrical-coordinate representation of color #80080F: hue angle of 356.5º degrees, saturation: 0.88, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #80080F is Cyan = 0, Magento = 0.94, Yellow = 0.88 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 8 15 -
CMYK 0 0.94 0.88 0.50
HSL 356.5º 0.88% 0.27% -
HSV(B) 356.5º 0.94% 0.5% -
XYZ 9.08 4.8 0.9 -
YUV 44.68 111.26 187.43 -
System Red Green Blue C M Y K H S L
Decimal 128 8 15 0 0.94 0.88 0.50 356.5 0.88 0.27
Hex 80 8 F 0 5E 58 32 164 58 1B
Octal 200 10 17 0 136 130 62 544 130 33
Binary 10000000 1000 1111 0 1011110 1011000 110010 101100100 1011000 11011

Color Harmonies of #80080F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80080F

Black with #80080F

Text Example


Text Example

White with #80080F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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