#83285C

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

Shades of Rose Bud Cherry #83285C

Tints of Rose Bud Cherry #83285C

Color information

#83285C (or 0x83285C) is unknown color: approx Rose Bud Cherry. HEX triplet: 83, 28 and 5C. RGB value is (131,40,92). Sum of RGB (Red+Green+Blue) = 131+40+92=263 (34% of max value = 765). Red value is 131 (51.56% from 255 or 49.81% from 263); Green value is 40 (16.02% from 255 or 15.21% from 263); Blue value is 92 (36.33% from 255 or 34.98% from 263); Max value from RGB is 131 - color contains mainly: red. Hex color #83285C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #83285C is #7CD7A3. Grayscale: #494949. Windows color (decimal): -8181668 or 6039683. OLE color: 6039683.

HSL color Cylindrical-coordinate representation of color #83285C: hue angle of 325.71º degrees, saturation: 0.53, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #83285C is Cyan = 0, Magento = 0.69, Yellow = 0.30 and Black (K on CMYK) = 0.49.

Color convert

RGB1314092-
CMYK00.690.300.49
HSL325.71º53.22%33.53%-
HSV(B)325.71º69.47%51.37%-
XYZ12.057.1210.86-
YUV73.14138.65169.27-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 49.81%
GREEN value IS 40 (16.02% from 255) = 15.21%
BLUE value IS 92 (36.33% from 255) = 34.98%
R=49.81%
G=15.21%
B=34.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.30
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131409200.690.300.49325.7153.2233.53
Hex83285C0451E311463522
Octal20350134010536615066542
Binary1000001110100010111000100010111110110001101000110110101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83285C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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