#832360

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

Shades of Rose Bud Cherry #832360

Tints of Rose Bud Cherry #832360

Color information

#832360 (or 0x832360) is unknown color: approx Rose Bud Cherry. HEX triplet: 83, 23 and 60. RGB value is (131,35,96). Sum of RGB (Red+Green+Blue) = 131+35+96=262 (34% of max value = 765). Red value is 131 (51.56% from 255 or 50% from 262); Green value is 35 (14.06% from 255 or 13.36% from 262); Blue value is 96 (37.89% from 255 or 36.64% from 262); Max value from RGB is 131 - color contains mainly: red. Hex color #832360 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #832360 is #7CDC9F. Grayscale: #464646. Windows color (decimal): -8182944 or 6300547. OLE color: 6300547.

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

Color convert

RGB1313596-
CMYK00.730.270.49
HSL321.88º57.83%32.55%-
HSV(B)321.88º73.28%51.37%-
XYZ12.076.8711.76-
YUV70.66142.3171.04-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 50%
GREEN value IS 35 (14.06% from 255) = 13.36%
BLUE value IS 96 (37.89% from 255) = 36.64%
R=50%
G=13.36%
B=36.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.27
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131359600.730.270.49321.8857.8332.55
Hex8323600491B311423a21
Octal20343140011133615027241
Binary1000001110001111000000100100111011110001101000010111010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #832360

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #832360; }

 p { color: rgb(131,35,96); }

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

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

 a { background-color: rgb(131,35,96); }

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

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

 span { border-color: rgb(131,35,96); }

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