Html Css Color HEX #811013 Sangria

📋 copy color: '#811013'

red 129 ◦ green 16 ◦ blue 19

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

Shades of Sangria #811013

Tints of Sangria #811013

RGB

 RED value IS 129 (50.78% from 255) = 78.66%

 GREEN value IS 16 (6.64% from 255) = 9.76%

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

R = 78.66%
G = 9.76%
B = 11.59%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.85

 K value IS 0.49

RGB Variations

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

Color information

#811013 (or 0x811013) is known color: Sangria. HEX triplet: 81, 10 and 13. RGB value is (129,16,19). Sum of RGB (Red+Green+Blue) = 129+16+19=164 (21% of max value = 765). Red value is 129 (50.78% from 255 or 78.66% from 164); Green value is 16 (6.64% from 255 or 9.76% from 164); Blue value is 19 (7.81% from 255 or 11.59% from 164); Max value from RGB is 129 - color contains mainly: red. Hex color #811013 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #811013 is #7EEFEC. Grayscale: #323232. Windows color (decimal): -8318957 or 1249409. OLE color: 1249409.

HSL color Cylindrical-coordinate representation of color #811013: hue angle of 358.41º degrees, saturation: 0.78, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #811013 is Cyan = 0, Magento = 0.88, Yellow = 0.85 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 16 19 -
CMYK 0 0.88 0.85 0.49
HSL 358.41º 0.78% 0.28% -
HSV(B) 358.41º 0.88% 0.51% -
XYZ 9.36 5.08 1.1 -
YUV 50.13 110.44 184.26 -
System Red Green Blue C M Y K H S L
Decimal 129 16 19 0 0.88 0.85 0.49 358.41 0.78 0.28
Hex 81 10 13 0 58 55 31 166 4E 1C
Octal 201 20 23 0 130 125 61 546 116 34
Binary 10000001 10000 10011 0 1011000 1010101 110001 101100110 1001110 11100

Color Harmonies of #811013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #811013

Black with #811013

Text Example


Text Example

White with #811013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #811013; }

 p { color: rgb(129,16,19); }

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

background-color css

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

 a { background-color: rgb(129,16,19); }

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

border-color css

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

 span { border-color: rgb(129,16,19); }

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