#832052

Color #832052 Rose Bud Cherry (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rose Bud Cherry #832052

Tints of Rose Bud Cherry #832052

Color information

#832052 (or 0x832052) is unknown color: approx Rose Bud Cherry. HEX triplet: 83, 20 and 52. RGB value is (131,32,82). Sum of RGB (Red+Green+Blue) = 131+32+82=245 (32% of max value = 765). Red value is 131 (51.56% from 255 or 53.47% from 245); Green value is 32 (12.89% from 255 or 13.06% from 245); Blue value is 82 (32.42% from 255 or 33.47% from 245); Max value from RGB is 131 - color contains mainly: red. Hex color #832052 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #832052 is #7CDFAD. Grayscale: #434343. Windows color (decimal): -8183726 or 5382275. OLE color: 5382275.

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

Color convert

RGB1313282-
CMYK00.760.370.49
HSL329.7º60.74%31.96%-
HSV(B)329.7º75.57%51.37%-
XYZ11.46.478.63-
YUV67.3136.3173.43-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 53.47%
GREEN value IS 32 (12.89% from 255) = 13.06%
BLUE value IS 82 (32.42% from 255) = 33.47%
R=53.47%
G=13.06%
B=33.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.37
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131328200.760.370.49329.760.7431.96
Hex83205204C253114a3d20
Octal20340122011445615127540
Binary10000011100000101001001001100100101110001101001010111101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #832052

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #832052; }

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

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

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

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

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

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

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

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