#832034

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

Shades of Scarlett #832034

Tints of Scarlett #832034

Color information

#832034 (or 0x832034) is unknown color: approx Scarlett. HEX triplet: 83, 20 and 34. RGB value is (131,32,52). Sum of RGB (Red+Green+Blue) = 131+32+52=215 (28% of max value = 765). Red value is 131 (51.56% from 255 or 60.93% from 215); Green value is 32 (12.89% from 255 or 14.88% from 215); Blue value is 52 (20.70% from 255 or 24.19% from 215); Max value from RGB is 131 - color contains mainly: red. Hex color #832034 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #832034 is #7CDFCB. Grayscale: #3F3F3F. Windows color (decimal): -8183756 or 3416195. OLE color: 3416195.

HSL color Cylindrical-coordinate representation of color #832034: hue angle of 347.88º degrees, saturation: 0.61, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #832034 is Cyan = 0, Magento = 0.76, Yellow = 0.60 and Black (K on CMYK) = 0.49.

Color convert

RGB1313252-
CMYK00.760.600.49
HSL347.88º60.74%31.96%-
HSV(B)347.88º75.57%51.37%-
XYZ10.56.113.87-
YUV63.88121.3175.87-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 60.93%
GREEN value IS 32 (12.89% from 255) = 14.88%
BLUE value IS 52 (20.70% from 255) = 24.19%
R=60.93%
G=14.88%
B=24.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.60
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131325200.760.600.49347.8860.7431.96
Hex83203404C3C3115c3d20
Octal2034064011474615347540
Binary1000001110000011010001001100111100110001101011100111101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #832034

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #832034; }

 p { color: rgb(131,32,52); }

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

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

 a { background-color: rgb(131,32,52); }

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

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

 span { border-color: rgb(131,32,52); }

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