Html Css Color HEX #810B13 Sangria

📋 copy color: '#810B13'

red 129 ◦ green 11 ◦ blue 19

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

Shades of Sangria #810B13

Tints of Sangria #810B13

RGB

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

 GREEN value IS 11 (4.69% from 255) = 6.92%

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

R = 81.13%
G = 6.92%
B = 11.95%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.85

 K value IS 0.49

RGB Variations

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

Color information

#810B13 (or 0x810B13) is known color: Sangria. HEX triplet: 81, 0B and 13. RGB value is (129,11,19). Sum of RGB (Red+Green+Blue) = 129+11+19=159 (21% of max value = 765). Red value is 129 (50.78% from 255 or 81.13% from 159); Green value is 11 (4.69% from 255 or 6.92% from 159); Blue value is 19 (7.81% from 255 or 11.95% from 159); Max value from RGB is 129 - color contains mainly: red. Hex color #810B13 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #810B13 is #7EF4EC. Grayscale: #2F2F2F. Windows color (decimal): -8320237 or 1248129. OLE color: 1248129.

HSL color Cylindrical-coordinate representation of color #810B13: hue angle of 355.93º degrees, saturation: 0.84, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #810B13 is Cyan = 0, Magento = 0.91, Yellow = 0.85 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 11 19 -
CMYK 0 0.91 0.85 0.49
HSL 355.93º 0.84% 0.27% -
HSV(B) 355.93º 0.91% 0.51% -
XYZ 9.29 4.95 1.08 -
YUV 47.19 112.09 186.35 -
System Red Green Blue C M Y K H S L
Decimal 129 11 19 0 0.91 0.85 0.49 355.93 0.84 0.27
Hex 81 B 13 0 5B 55 31 164 54 1B
Octal 201 13 23 0 133 125 61 544 124 33
Binary 10000001 1011 10011 0 1011011 1010101 110001 101100100 1010100 11011

Color Harmonies of #810B13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #810B13

Black with #810B13

Text Example


Text Example

White with #810B13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #810B13; }

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

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

background-color css

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

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

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

border-color css

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

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

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