#83060C

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

Shades of Sangria #83060C

Tints of Sangria #83060C

Color information

#83060C (or 0x83060C) is unknown color: approx Sangria. HEX triplet: 83, 06 and 0C. RGB value is (131,6,12). Sum of RGB (Red+Green+Blue) = 131+6+12=149 (19% of max value = 765). Red value is 131 (51.56% from 255 or 87.92% from 149); Green value is 6 (2.73% from 255 or 4.03% from 149); Blue value is 12 (5.08% from 255 or 8.05% from 149); Max value from RGB is 131 - color contains mainly: red. Hex color #83060C is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #83060C is #7CF9F3. Grayscale: #2C2C2C. Windows color (decimal): -8190452 or 788099. OLE color: 788099.

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

Color convert

RGB131612-
CMYK00.950.910.49
HSL357.12º91.24%26.86%-
HSV(B)357.12º95.42%51.37%-
XYZ9.494.980.81-
YUV44.06109.91190.01-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 87.92%
GREEN value IS 6 (2.73% from 255) = 4.03%
BLUE value IS 12 (5.08% from 255) = 8.05%
R=87.92%
G=4.03%
B=8.05%

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
Decimal13161200.950.910.49357.1291.2426.86
Hex836C05F5B311655b1b
Octal20361401371336154513333
Binary100000111101100010111111011011110001101100101101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83060C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #83060C; }

 p { color: rgb(131,6,12); }

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

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

 a { background-color: rgb(131,6,12); }

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

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

 span { border-color: rgb(131,6,12); }

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