#83245C

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

Shades of Rose Bud Cherry #83245C

Tints of Rose Bud Cherry #83245C

Color information

#83245C (or 0x83245C) is unknown color: approx Rose Bud Cherry. HEX triplet: 83, 24 and 5C. RGB value is (131,36,92). Sum of RGB (Red+Green+Blue) = 131+36+92=259 (34% of max value = 765). Red value is 131 (51.56% from 255 or 50.58% from 259); Green value is 36 (14.45% from 255 or 13.90% from 259); Blue value is 92 (36.33% from 255 or 35.52% from 259); Max value from RGB is 131 - color contains mainly: red. Hex color #83245C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #83245C is #7CDBA3. Grayscale: #464646. Windows color (decimal): -8182692 or 6038659. OLE color: 6038659.

HSL color Cylindrical-coordinate representation of color #83245C: hue angle of 324.63º degrees, saturation: 0.57, 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 #83245C is Cyan = 0, Magento = 0.73, Yellow = 0.30 and Black (K on CMYK) = 0.49.

Color convert

RGB1313692-
CMYK00.730.300.49
HSL324.63º56.89%32.75%-
HSV(B)324.63º72.52%51.37%-
XYZ11.926.8610.82-
YUV70.79139.97170.95-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 50.58%
GREEN value IS 36 (14.45% from 255) = 13.90%
BLUE value IS 92 (36.33% from 255) = 35.52%
R=50.58%
G=13.90%
B=35.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.30
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131369200.730.300.49324.6356.8932.75
Hex83245C0491E311453921
Octal20344134011136615057141
Binary1000001110010010111000100100111110110001101000101111001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83245C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #83245C; }

 p { color: rgb(131,36,92); }

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

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

 a { background-color: rgb(131,36,92); }

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

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

 span { border-color: rgb(131,36,92); }

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