Html Css Color HEX #810006 Sangria

📋 copy color: '#810006'

red 129 ◦ green 0 ◦ blue 6

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

Shades of Sangria #810006

Tints of Sangria #810006

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 4.44%

R = 95.56%
G = 0%
B = 4.44%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.95

 K value IS 0.49

RGB Variations

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

Color information

#810006 (or 0x810006) is known color: Sangria. HEX triplet: 81, 00 and 06. RGB value is (129,0,6). Sum of RGB (Red+Green+Blue) = 129+0+6=135 (17% of max value = 765). Red value is 129 (50.78% from 255 or 95.56% from 135); Green value is 0 (0.39% from 255 or 0% from 135); Blue value is 6 (2.73% from 255 or 4.44% from 135); Max value from RGB is 129 - color contains mainly: red. Hex color #810006 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #810006 is #7EFFF9. Grayscale: #272727. Windows color (decimal): -8323066 or 393345. OLE color: 393345.

HSL color Cylindrical-coordinate representation of color #810006: hue angle of 357.21º 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 #810006 is Cyan = 0, Magento = 1, Yellow = 0.95 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 0 6 -
CMYK 0 1 0.95 0.49
HSL 357.21º 1% 0.25% -
HSV(B) 357.21º 1% 0.51% -
XYZ 9.09 4.68 0.6 -
YUV 39.26 109.24 192.01 -
System Red Green Blue C M Y K H S L
Decimal 129 0 6 0 1 0.95 0.49 357.21 1 0.25
Hex 81 0 6 0 64 5F 31 165 64 19
Octal 201 0 6 0 144 137 61 545 144 31
Binary 10000001 0 110 0 1100100 1011111 110001 101100101 1100100 11001

Color Harmonies of #810006

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #810006

Black with #810006

Text Example


Text Example

White with #810006

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #810006; }

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

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

background-color css

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

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

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

border-color css

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

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

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