#83050E

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

Shades of Sangria #83050E

Tints of Sangria #83050E

Color information

#83050E (or 0x83050E) is unknown color: approx Sangria. HEX triplet: 83, 05 and 0E. RGB value is (131,5,14). Sum of RGB (Red+Green+Blue) = 131+5+14=150 (19% of max value = 765). Red value is 131 (51.56% from 255 or 87.33% from 150); Green value is 5 (2.34% from 255 or 3.33% from 150); Blue value is 14 (5.86% from 255 or 9.33% from 150); Max value from RGB is 131 - color contains mainly: red. Hex color #83050E is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #83050E is #7CFAF1. Grayscale: #2B2B2B. Windows color (decimal): -8190706 or 918915. OLE color: 918915.

HSL color Cylindrical-coordinate representation of color #83050E: hue angle of 355.71º degrees, saturation: 0.93, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #83050E is Cyan = 0, Magento = 0.96, Yellow = 0.89 and Black (K on CMYK) = 0.49.

Color convert

RGB131514-
CMYK00.960.890.49
HSL355.71º92.65%26.67%-
HSV(B)355.71º96.18%51.37%-
XYZ9.494.970.87-
YUV43.7111.24190.27-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 87.33%
GREEN value IS 5 (2.34% from 255) = 3.33%
BLUE value IS 14 (5.86% from 255) = 9.33%
R=87.33%
G=3.33%
B=9.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.89
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13151400.960.890.49355.7192.6526.67
Hex835E06059311645d1b
Octal20351601401316154413533
Binary100000111011110011000001011001110001101100100101110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83050E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #83050E; }

 p { color: rgb(131,5,14); }

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

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

 a { background-color: rgb(131,5,14); }

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

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

 span { border-color: rgb(131,5,14); }

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