#852453

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

Shades of Rose Bud Cherry #852453

Tints of Rose Bud Cherry #852453

Color information

#852453 (or 0x852453) is unknown color: approx Rose Bud Cherry. HEX triplet: 85, 24 and 53. RGB value is (133,36,83). Sum of RGB (Red+Green+Blue) = 133+36+83=252 (33% of max value = 765). Red value is 133 (52.34% from 255 or 52.78% from 252); Green value is 36 (14.45% from 255 or 14.29% from 252); Blue value is 83 (32.81% from 255 or 32.94% from 252); Max value from RGB is 133 - color contains mainly: red. Hex color #852453 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #852453 is #7ADBAC. Grayscale: #464646. Windows color (decimal): -8051629 or 5448837. OLE color: 5448837.

HSL color Cylindrical-coordinate representation of color #852453: hue angle of 330.93º degrees, saturation: 0.57, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #852453 is Cyan = 0, Magento = 0.73, Yellow = 0.38 and Black (K on CMYK) = 0.48.

Color convert

RGB1333683-
CMYK00.730.380.48
HSL330.93º57.4%33.14%-
HSV(B)330.93º72.93%52.16%-
XYZ11.876.878.88-
YUV70.36135.14172.68-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 52.78%
GREEN value IS 36 (14.45% from 255) = 14.29%
BLUE value IS 83 (32.81% from 255) = 32.94%
R=52.78%
G=14.29%
B=32.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.38
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133368300.730.380.48330.9357.433.14
Hex852453049263014b3921
Octal20544123011146605137141
Binary10000101100100101001101001001100110110000101001011111001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #852453

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #852453; }

 p { color: rgb(133,36,83); }

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

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

 a { background-color: rgb(133,36,83); }

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

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

 span { border-color: rgb(133,36,83); }

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