#832562

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

Shades of Rose Bud Cherry #832562

Tints of Rose Bud Cherry #832562

Color information

#832562 (or 0x832562) is unknown color: approx Rose Bud Cherry. HEX triplet: 83, 25 and 62. RGB value is (131,37,98). Sum of RGB (Red+Green+Blue) = 131+37+98=266 (35% of max value = 765). Red value is 131 (51.56% from 255 or 49.25% from 266); Green value is 37 (14.84% from 255 or 13.91% from 266); Blue value is 98 (38.67% from 255 or 36.84% from 266); Max value from RGB is 131 - color contains mainly: red. Hex color #832562 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #832562 is #7CDA9D. Grayscale: #474747. Windows color (decimal): -8182430 or 6432131. OLE color: 6432131.

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

Color convert

RGB1313798-
CMYK00.720.250.49
HSL321.06º55.95%32.94%-
HSV(B)321.06º71.76%51.37%-
XYZ12.237.0312.27-
YUV72.06142.64170.04-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 49.25%
GREEN value IS 37 (14.84% from 255) = 13.91%
BLUE value IS 98 (38.67% from 255) = 36.84%
R=49.25%
G=13.91%
B=36.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.25
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131379800.720.250.49321.0655.9532.94
Hex83256204819311413821
Octal20345142011031615017041
Binary1000001110010111000100100100011001110001101000001111000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #832562

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #832562; }

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

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

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

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

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

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

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

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