#830411

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

Shades of Sangria #830411

Tints of Sangria #830411

Color information

#830411 (or 0x830411) is unknown color: approx Sangria. HEX triplet: 83, 04 and 11. RGB value is (131,4,17). Sum of RGB (Red+Green+Blue) = 131+4+17=152 (20% of max value = 765). Red value is 131 (51.56% from 255 or 86.18% from 152); Green value is 4 (1.95% from 255 or 2.63% from 152); Blue value is 17 (7.03% from 255 or 11.18% from 152); Max value from RGB is 131 - color contains mainly: red. Hex color #830411 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #830411 is #7CFBEE. Grayscale: #2B2B2B. Windows color (decimal): -8190959 or 1115267. OLE color: 1115267.

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

Color convert

RGB131417-
CMYK00.970.870.49
HSL353.86º94.07%26.47%-
HSV(B)353.86º96.95%51.37%-
XYZ9.54.950.99-
YUV43.46113.08190.44-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 86.18%
GREEN value IS 4 (1.95% from 255) = 2.63%
BLUE value IS 17 (7.03% from 255) = 11.18%
R=86.18%
G=2.63%
B=11.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.87
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13141700.970.870.49353.8694.0726.47
Hex8341106157311625e1a
Octal20342101411276154213632
Binary1000001110010001011000011010111110001101100010101111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #830411

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #830411; }

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

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

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

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

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

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

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

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