#81070B

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

Shades of Sangria #81070B

Tints of Sangria #81070B

Color information

#81070B (or 0x81070B) is unknown color: approx Sangria. HEX triplet: 81, 07 and 0B. RGB value is (129,7,11). Sum of RGB (Red+Green+Blue) = 129+7+11=147 (19% of max value = 765). Red value is 129 (50.78% from 255 or 87.76% from 147); Green value is 7 (3.12% from 255 or 4.76% from 147); Blue value is 11 (4.69% from 255 or 7.48% from 147); Max value from RGB is 129 - color contains mainly: red. Hex color #81070B is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #81070B is #7EF8F4. Grayscale: #2C2C2C. Windows color (decimal): -8321269 or 722817. OLE color: 722817.

HSL color Cylindrical-coordinate representation of color #81070B: hue angle of 358.03º degrees, saturation: 0.9, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #81070B is Cyan = 0, Magento = 0.95, Yellow = 0.91 and Black (K on CMYK) = 0.49.

Color convert

RGB129711-
CMYK00.950.910.49
HSL358.03º89.71%26.67%-
HSV(B)358.03º94.57%50.59%-
XYZ9.194.840.77-
YUV43.93109.42188.67-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 87.76%
GREEN value IS 7 (3.12% from 255) = 4.76%
BLUE value IS 11 (4.69% from 255) = 7.48%
R=87.76%
G=4.76%
B=7.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.91
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal12971100.950.910.49358.0389.7126.67
Hex817B05F5B311665a1b
Octal20171301371336154613233
Binary100000011111011010111111011011110001101100110101101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81070B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #81070B; }

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

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

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

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

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

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

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

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