#830409

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

Shades of Sangria #830409

Tints of Sangria #830409

Color information

#830409 (or 0x830409) is unknown color: approx Sangria. HEX triplet: 83, 04 and 09. RGB value is (131,4,9). Sum of RGB (Red+Green+Blue) = 131+4+9=144 (19% of max value = 765). Red value is 131 (51.56% from 255 or 90.97% from 144); Green value is 4 (1.95% from 255 or 2.78% from 144); Blue value is 9 (3.91% from 255 or 6.25% from 144); Max value from RGB is 131 - color contains mainly: red. Hex color #830409 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #830409 is #7CFBF6. Grayscale: #2A2A2A. Windows color (decimal): -8190967 or 590979. OLE color: 590979.

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

Color convert

RGB13149-
CMYK00.970.930.49
HSL357.64º94.07%26.47%-
HSV(B)357.64º96.95%51.37%-
XYZ9.454.930.71-
YUV42.54109.08191.09-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 90.97%
GREEN value IS 4 (1.95% from 255) = 2.78%
BLUE value IS 9 (3.91% from 255) = 6.25%
R=90.97%
G=2.78%
B=6.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.93
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1314900.970.930.49357.6494.0726.47
Hex83490615D311665e1a
Octal20341101411356154613632
Binary100000111001001011000011011101110001101100110101111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #830409

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #830409; }

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

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

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

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

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

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

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

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