#830412

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

Shades of Sangria #830412

Tints of Sangria #830412

Color information

#830412 (or 0x830412) is unknown color: approx Sangria. HEX triplet: 83, 04 and 12. RGB value is (131,4,18). Sum of RGB (Red+Green+Blue) = 131+4+18=153 (20% of max value = 765). Red value is 131 (51.56% from 255 or 85.62% from 153); Green value is 4 (1.95% from 255 or 2.61% from 153); Blue value is 18 (7.42% from 255 or 11.76% from 153); Max value from RGB is 131 - color contains mainly: red. Hex color #830412 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #830412 is #7CFBED. Grayscale: #2B2B2B. Windows color (decimal): -8190958 or 1180803. OLE color: 1180803.

HSL color Cylindrical-coordinate representation of color #830412: hue angle of 353.39º degrees, saturation: 0.94, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #830412 is Cyan = 0, Magento = 0.97, Yellow = 0.86 and Black (K on CMYK) = 0.49.

Color convert

RGB131418-
CMYK00.970.860.49
HSL353.39º94.07%26.47%-
HSV(B)353.39º96.95%51.37%-
XYZ9.514.961.03-
YUV43.57113.58190.36-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 85.62%
GREEN value IS 4 (1.95% from 255) = 2.61%
BLUE value IS 18 (7.42% from 255) = 11.76%
R=85.62%
G=2.61%
B=11.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.86
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13141800.970.860.49353.3994.0726.47
Hex8341206156311615e1a
Octal20342201411266154113632
Binary1000001110010010011000011010110110001101100001101111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #830412

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #830412; }

 p { color: rgb(131,4,18); }

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

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

 a { background-color: rgb(131,4,18); }

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

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

 span { border-color: rgb(131,4,18); }

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