Html Css Color HEX #800C13 Sangria

📋 copy color: '#800C13'

red 128 ◦ green 12 ◦ blue 19

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

Shades of Sangria #800C13

Tints of Sangria #800C13

RGB

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

 GREEN value IS 12 (5.08% from 255) = 7.55%

 BLUE value IS 19 (7.81% from 255) = 11.95%

R = 80.5%
G = 7.55%
B = 11.95%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.85

 K value IS 0.50

RGB Variations

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

Color information

#800C13 (or 0x800C13) is known color: Sangria. HEX triplet: 80, 0C and 13. RGB value is (128,12,19). Sum of RGB (Red+Green+Blue) = 128+12+19=159 (21% of max value = 765). Red value is 128 (50.39% from 255 or 80.50% from 159); Green value is 12 (5.08% from 255 or 7.55% from 159); Blue value is 19 (7.81% from 255 or 11.95% from 159); Max value from RGB is 128 - color contains mainly: red. Hex color #800C13 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #800C13 is #7FF3EC. Grayscale: #2F2F2F. Windows color (decimal): -8385517 or 1248384. OLE color: 1248384.

HSL color Cylindrical-coordinate representation of color #800C13: hue angle of 356.38º degrees, saturation: 0.83, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #800C13 is Cyan = 0, Magento = 0.91, Yellow = 0.85 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 12 19 -
CMYK 0 0.91 0.85 0.50
HSL 356.38º 0.83% 0.27% -
HSV(B) 356.38º 0.91% 0.5% -
XYZ 9.15 4.9 1.08 -
YUV 47.48 111.93 185.43 -
System Red Green Blue C M Y K H S L
Decimal 128 12 19 0 0.91 0.85 0.50 356.38 0.83 0.27
Hex 80 C 13 0 5B 55 32 164 53 1B
Octal 200 14 23 0 133 125 62 544 123 33
Binary 10000000 1100 10011 0 1011011 1010101 110010 101100100 1010011 11011

Color Harmonies of #800C13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #800C13

Black with #800C13

Text Example


Text Example

White with #800C13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #800C13; }

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

 H1.HeaderClassName
 {
   color: #800C13;
 }
 .AnyTagClassName
 {
   color: #800C13;
 }
</style>

background-color css

<style>
 a { background-color: #800C13; }

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

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

border-color css

<style>
 span { border-color: #800C13; }

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

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