#832552

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

Shades of Rose Bud Cherry #832552

Tints of Rose Bud Cherry #832552

Color information

#832552 (or 0x832552) is unknown color: approx Rose Bud Cherry. HEX triplet: 83, 25 and 52. RGB value is (131,37,82). Sum of RGB (Red+Green+Blue) = 131+37+82=250 (33% of max value = 765). Red value is 131 (51.56% from 255 or 52.4% from 250); Green value is 37 (14.84% from 255 or 14.8% from 250); Blue value is 82 (32.42% from 255 or 32.8% from 250); Max value from RGB is 131 - color contains mainly: red. Hex color #832552 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #832552 is #7CDAAD. Grayscale: #464646. Windows color (decimal): -8182446 or 5383555. OLE color: 5383555.

HSL color Cylindrical-coordinate representation of color #832552: hue angle of 331.28º degrees, saturation: 0.56, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #832552 is Cyan = 0, Magento = 0.72, Yellow = 0.37 and Black (K on CMYK) = 0.49.

Color convert

RGB1313782-
CMYK00.720.370.49
HSL331.28º55.95%32.94%-
HSV(B)331.28º71.76%51.37%-
XYZ11.546.768.68-
YUV70.24134.64171.34-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 52.4%
GREEN value IS 37 (14.84% from 255) = 14.8%
BLUE value IS 82 (32.42% from 255) = 32.8%
R=52.4%
G=14.8%
B=32.8%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.37
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131378200.720.370.49331.2855.9532.94
Hex832552048253114b3821
Octal20345122011045615137041
Binary10000011100101101001001001000100101110001101001011111000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #832552

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #832552; }

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

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

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

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

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

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

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

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