Html Css Color HEX #810D14 Sangria

📋 copy color: '#810D14'

red 129 ◦ green 13 ◦ blue 20

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

Shades of Sangria #810D14

Tints of Sangria #810D14

RGB

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

 GREEN value IS 13 (5.47% from 255) = 8.02%

 BLUE value IS 20 (8.2% from 255) = 12.35%

R = 79.63%
G = 8.02%
B = 12.35%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.84

 K value IS 0.49

RGB Variations

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

Color information

#810D14 (or 0x810D14) is known color: Sangria. HEX triplet: 81, 0D and 14. RGB value is (129,13,20). Sum of RGB (Red+Green+Blue) = 129+13+20=162 (21% of max value = 765). Red value is 129 (50.78% from 255 or 79.63% from 162); Green value is 13 (5.47% from 255 or 8.02% from 162); Blue value is 20 (8.20% from 255 or 12.35% from 162); Max value from RGB is 129 - color contains mainly: red. Hex color #810D14 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #810D14 is #7EF2EB. Grayscale: #303030. Windows color (decimal): -8319724 or 1314177. OLE color: 1314177.

HSL color Cylindrical-coordinate representation of color #810D14: hue angle of 356.38º degrees, saturation: 0.82, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #810D14 is Cyan = 0, Magento = 0.90, Yellow = 0.84 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 13 20 -
CMYK 0 0.90 0.84 0.49
HSL 356.38º 0.82% 0.28% -
HSV(B) 356.38º 0.9% 0.51% -
XYZ 9.32 5.01 1.14 -
YUV 48.48 111.93 185.43 -
System Red Green Blue C M Y K H S L
Decimal 129 13 20 0 0.90 0.84 0.49 356.38 0.82 0.28
Hex 81 D 14 0 5A 54 31 164 52 1C
Octal 201 15 24 0 132 124 61 544 122 34
Binary 10000001 1101 10100 0 1011010 1010100 110001 101100100 1010010 11100

Color Harmonies of #810D14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #810D14

Black with #810D14

Text Example


Text Example

White with #810D14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(129,13,20); }

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

background-color css

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

 a { background-color: rgb(129,13,20); }

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

border-color css

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

 span { border-color: rgb(129,13,20); }

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