Html Css Color HEX #810209 Sangria

📋 copy color: '#810209'

red 129 ◦ green 2 ◦ blue 9

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

Shades of Sangria #810209

Tints of Sangria #810209

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 6.43%

R = 92.14%
G = 1.43%
B = 6.43%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.93

 K value IS 0.49

RGB Variations

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

Color information

#810209 (or 0x810209) is known color: Sangria. HEX triplet: 81, 02 and 09. RGB value is (129,2,9). Sum of RGB (Red+Green+Blue) = 129+2+9=140 (18% of max value = 765). Red value is 129 (50.78% from 255 or 92.14% from 140); Green value is 2 (1.17% from 255 or 1.43% from 140); Blue value is 9 (3.91% from 255 or 6.43% from 140); Max value from RGB is 129 - color contains mainly: red. Hex color #810209 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #810209 is #7EFDF6. Grayscale: #282828. Windows color (decimal): -8322551 or 590465. OLE color: 590465.

HSL color Cylindrical-coordinate representation of color #810209: hue angle of 356.69º degrees, saturation: 0.97, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #810209 is Cyan = 0, Magento = 0.98, Yellow = 0.93 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 2 9 -
CMYK 0 0.98 0.93 0.49
HSL 356.69º 0.97% 0.26% -
HSV(B) 356.69º 0.98% 0.51% -
XYZ 9.12 4.73 0.69 -
YUV 40.77 110.08 190.93 -
System Red Green Blue C M Y K H S L
Decimal 129 2 9 0 0.98 0.93 0.49 356.69 0.97 0.26
Hex 81 2 9 0 62 5D 31 165 61 1A
Octal 201 2 11 0 142 135 61 545 141 32
Binary 10000001 10 1001 0 1100010 1011101 110001 101100101 1100001 11010

Color Harmonies of #810209

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #810209

Black with #810209

Text Example


Text Example

White with #810209

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #810209; }

 p { color: rgb(129,2,9); }

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

background-color css

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

 a { background-color: rgb(129,2,9); }

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

border-color css

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

 span { border-color: rgb(129,2,9); }

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