#83040F

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

Shades of Sangria #83040F

Tints of Sangria #83040F

Color information

#83040F (or 0x83040F) is unknown color: approx Sangria. HEX triplet: 83, 04 and 0F. RGB value is (131,4,15). Sum of RGB (Red+Green+Blue) = 131+4+15=150 (19% of max value = 765). Red value is 131 (51.56% from 255 or 87.33% from 150); Green value is 4 (1.95% from 255 or 2.67% from 150); Blue value is 15 (6.25% from 255 or 10% from 150); Max value from RGB is 131 - color contains mainly: red. Hex color #83040F is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #83040F is #7CFBF0. Grayscale: #2B2B2B. Windows color (decimal): -8190961 or 984195. OLE color: 984195.

HSL color Cylindrical-coordinate representation of color #83040F: hue angle of 354.8º 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 #83040F is Cyan = 0, Magento = 0.97, Yellow = 0.89 and Black (K on CMYK) = 0.49.

Color convert

RGB131415-
CMYK00.970.890.49
HSL354.8º94.07%26.47%-
HSV(B)354.8º96.95%51.37%-
XYZ9.494.950.91-
YUV43.23112.08190.61-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 87.33%
GREEN value IS 4 (1.95% from 255) = 2.67%
BLUE value IS 15 (6.25% from 255) = 10%
R=87.33%
G=2.67%
B=10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.89
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13141500.970.890.49354.894.0726.47
Hex834F06159311635e1a
Octal20341701411316154313632
Binary100000111001111011000011011001110001101100011101111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83040F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #83040F; }

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

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

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

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

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

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

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

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