Html Css Color HEX #810509 Sangria

📋 copy color: '#810509'

red 129 ◦ green 5 ◦ blue 9

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

Shades of Sangria #810509

Tints of Sangria #810509

RGB

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

 GREEN value IS 5 (2.34% from 255) = 3.5%

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

R = 90.21%
G = 3.5%
B = 6.29%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.93

 K value IS 0.49

RGB Variations

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

Color information

#810509 (or 0x810509) is known color: Sangria. HEX triplet: 81, 05 and 09. RGB value is (129,5,9). Sum of RGB (Red+Green+Blue) = 129+5+9=143 (18% of max value = 765). Red value is 129 (50.78% from 255 or 90.21% from 143); Green value is 5 (2.34% from 255 or 3.50% from 143); Blue value is 9 (3.91% from 255 or 6.29% from 143); Max value from RGB is 129 - color contains mainly: red. Hex color #810509 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #810509 is #7EFAF6. Grayscale: #2A2A2A. Windows color (decimal): -8321783 or 591233. OLE color: 591233.

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

Color convert

RGB 129 5 9 -
CMYK 0 0.96 0.93 0.49
HSL 358.06º 0.93% 0.26% -
HSV(B) 358.06º 0.96% 0.51% -
XYZ 9.16 4.8 0.7 -
YUV 42.53 109.08 189.67 -
System Red Green Blue C M Y K H S L
Decimal 129 5 9 0 0.96 0.93 0.49 358.06 0.93 0.26
Hex 81 5 9 0 60 5D 31 166 5D 1A
Octal 201 5 11 0 140 135 61 546 135 32
Binary 10000001 101 1001 0 1100000 1011101 110001 101100110 1011101 11010

Color Harmonies of #810509

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #810509

Black with #810509

Text Example


Text Example

White with #810509

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #810509; }

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

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

background-color css

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

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

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

border-color css

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

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

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