Html Css Color HEX #810007 Sangria

📋 copy color: '#810007'

red 129 ◦ green 0 ◦ blue 7

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

Shades of Sangria #810007

Tints of Sangria #810007

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 5.15%

R = 94.85%
G = 0%
B = 5.15%

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

#810007 (or 0x810007) is known color: Sangria. HEX triplet: 81, 00 and 07. RGB value is (129,0,7). Sum of RGB (Red+Green+Blue) = 129+0+7=136 (18% of max value = 765). Red value is 129 (50.78% from 255 or 94.85% from 136); Green value is 0 (0.39% from 255 or 0% from 136); Blue value is 7 (3.12% from 255 or 5.15% from 136); Max value from RGB is 129 - color contains mainly: red. Hex color #810007 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #810007 is #7EFFF8. Grayscale: #272727. Windows color (decimal): -8323065 or 458881. OLE color: 458881.

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

Color convert

RGB 129 0 7 -
CMYK 0 1 0.95 0.49
HSL 356.74º 1% 0.25% -
HSV(B) 356.74º 1% 0.51% -
XYZ 9.09 4.68 0.63 -
YUV 39.37 109.74 191.93 -
System Red Green Blue C M Y K H S L
Decimal 129 0 7 0 1 0.95 0.49 356.74 1 0.25
Hex 81 0 7 0 64 5F 31 165 64 19
Octal 201 0 7 0 144 137 61 545 144 31
Binary 10000001 0 111 0 1100100 1011111 110001 101100101 1100100 11001

Color Harmonies of #810007

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #810007

Black with #810007

Text Example


Text Example

White with #810007

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #810007; }

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

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

background-color css

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

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

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

border-color css

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

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

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