#810307

Color #810307 Sangria (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sangria #810307

Tints of Sangria #810307

Color information

#810307 (or 0x810307) is unknown color: approx Sangria. HEX triplet: 81, 03 and 07. RGB value is (129,3,7). Sum of RGB (Red+Green+Blue) = 129+3+7=139 (18% of max value = 765). Red value is 129 (50.78% from 255 or 92.81% from 139); Green value is 3 (1.56% from 255 or 2.16% from 139); Blue value is 7 (3.12% from 255 or 5.04% from 139); Max value from RGB is 129 - color contains mainly: red. Hex color #810307 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #810307 is #7EFCF8. Grayscale: #292929. Windows color (decimal): -8322297 or 459649. OLE color: 459649.

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

Color convert

RGB12937-
CMYK00.980.950.49
HSL358.1º95.45%25.88%-
HSV(B)358.1º97.67%50.59%-
XYZ9.124.750.64-
YUV41.13108.74190.67-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 92.81%
GREEN value IS 3 (1.56% from 255) = 2.16%
BLUE value IS 7 (3.12% from 255) = 5.04%
R=92.81%
G=2.16%
B=5.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.95
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1293700.980.950.49358.195.4525.88
Hex81370625F311665f1a
Octal2013701421376154613732
Binary1000000111111011000101011111110001101100110101111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #810307

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #810307; }

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

 H1.HeaderClassName
 {
   color: #810307;
 }
 .AnyTagClassName
 {
   color: #810307;
 }
</style>
background-color css

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

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

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

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

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

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