#83060A

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

Shades of Sangria #83060A

Tints of Sangria #83060A

Color information

#83060A (or 0x83060A) is unknown color: approx Sangria. HEX triplet: 83, 06 and 0A. RGB value is (131,6,10). Sum of RGB (Red+Green+Blue) = 131+6+10=147 (19% of max value = 765). Red value is 131 (51.56% from 255 or 89.12% from 147); Green value is 6 (2.73% from 255 or 4.08% from 147); Blue value is 10 (4.30% from 255 or 6.80% from 147); Max value from RGB is 131 - color contains mainly: red. Hex color #83060A is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #83060A is #7CF9F5. Grayscale: #2B2B2B. Windows color (decimal): -8190454 or 657027. OLE color: 657027.

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

Color convert

RGB131610-
CMYK00.950.920.49
HSL358.08º91.24%26.86%-
HSV(B)358.08º95.42%51.37%-
XYZ9.484.980.75-
YUV43.83108.91190.17-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 89.12%
GREEN value IS 6 (2.73% from 255) = 4.08%
BLUE value IS 10 (4.30% from 255) = 6.80%
R=89.12%
G=4.08%
B=6.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.92
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13161000.950.920.49358.0891.2426.86
Hex836A05F5C311665b1b
Octal20361201371346154613333
Binary100000111101010010111111011100110001101100110101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83060A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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