Html Css Color HEX #80020F Sangria

📋 copy color: '#80020F'

red 128 ◦ green 2 ◦ blue 15

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

Shades of Sangria #80020F

Tints of Sangria #80020F

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.38%

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

R = 88.28%
G = 1.38%
B = 10.34%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.88

 K value IS 0.50

RGB Variations

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

Color information

#80020F (or 0x80020F) is known color: Sangria. HEX triplet: 80, 02 and 0F. RGB value is (128,2,15). Sum of RGB (Red+Green+Blue) = 128+2+15=145 (19% of max value = 765). Red value is 128 (50.39% from 255 or 88.28% from 145); Green value is 2 (1.17% from 255 or 1.38% from 145); Blue value is 15 (6.25% from 255 or 10.34% from 145); Max value from RGB is 128 - color contains mainly: red. Hex color #80020F is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #80020F is #7FFDF0. Grayscale: #292929. Windows color (decimal): -8388081 or 983680. OLE color: 983680.

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

Color convert

RGB 128 2 15 -
CMYK 0 0.98 0.88 0.50
HSL 353.81º 0.97% 0.25% -
HSV(B) 353.81º 0.98% 0.5% -
XYZ 9.01 4.67 0.88 -
YUV 41.16 113.24 189.94 -
System Red Green Blue C M Y K H S L
Decimal 128 2 15 0 0.98 0.88 0.50 353.81 0.97 0.25
Hex 80 2 F 0 62 58 32 162 61 19
Octal 200 2 17 0 142 130 62 542 141 31
Binary 10000000 10 1111 0 1100010 1011000 110010 101100010 1100001 11001

Color Harmonies of #80020F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80020F

Black with #80020F

Text Example


Text Example

White with #80020F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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