Html Css Color HEX #810010 Sangria

📋 copy color: '#810010'

red 129 ◦ green 0 ◦ blue 16

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

Shades of Sangria #810010

Tints of Sangria #810010

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 16 (6.64% from 255) = 11.03%

R = 88.97%
G = 0%
B = 11.03%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.88

 K value IS 0.49

RGB Variations

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

Color information

#810010 (or 0x810010) is known color: Sangria. HEX triplet: 81, 00 and 10. RGB value is (129,0,16). Sum of RGB (Red+Green+Blue) = 129+0+16=145 (19% of max value = 765). Red value is 129 (50.78% from 255 or 88.97% from 145); Green value is 0 (0.39% from 255 or 0% from 145); Blue value is 16 (6.64% from 255 or 11.03% from 145); Max value from RGB is 129 - color contains mainly: red. Hex color #810010 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #810010 is #7EFFEF. Grayscale: #282828. Windows color (decimal): -8323056 or 1048705. OLE color: 1048705.

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

Color convert

RGB 129 0 16 -
CMYK 0 1 0.88 0.49
HSL 352.56º 1% 0.25% -
HSV(B) 352.56º 1% 0.51% -
XYZ 9.15 4.7 0.92 -
YUV 40.4 114.24 191.2 -
System Red Green Blue C M Y K H S L
Decimal 129 0 16 0 1 0.88 0.49 352.56 1 0.25
Hex 81 0 10 0 64 58 31 161 64 19
Octal 201 0 20 0 144 130 61 541 144 31
Binary 10000001 0 10000 0 1100100 1011000 110001 101100001 1100100 11001

Color Harmonies of #810010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #810010

Black with #810010

Text Example


Text Example

White with #810010

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #810010; }

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

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

background-color css

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

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

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

border-color css

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

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

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