#853458

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

Shades of Rose Bud Cherry #853458

Tints of Rose Bud Cherry #853458

Color information

#853458 (or 0x853458) is unknown color: approx Rose Bud Cherry. HEX triplet: 85, 34 and 58. RGB value is (133,52,88). Sum of RGB (Red+Green+Blue) = 133+52+88=273 (36% of max value = 765). Red value is 133 (52.34% from 255 or 48.72% from 273); Green value is 52 (20.70% from 255 or 19.05% from 273); Blue value is 88 (34.77% from 255 or 32.23% from 273); Max value from RGB is 133 - color contains mainly: red. Hex color #853458 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #853458 is #7ACBA7. Grayscale: #505050. Windows color (decimal): -8047528 or 5780613. OLE color: 5780613.

HSL color Cylindrical-coordinate representation of color #853458: hue angle of 333.33º degrees, saturation: 0.44, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #853458 is Cyan = 0, Magento = 0.61, Yellow = 0.34 and Black (K on CMYK) = 0.48.

Color convert

RGB1335288-
CMYK00.610.340.48
HSL333.33º43.78%36.27%-
HSV(B)333.33º60.9%52.16%-
XYZ12.668.1510.14-
YUV80.32132.34165.57-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 48.72%
GREEN value IS 52 (20.70% from 255) = 19.05%
BLUE value IS 88 (34.77% from 255) = 32.23%
R=48.72%
G=19.05%
B=32.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.34
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133528800.610.340.48333.3343.7836.27
Hex85345803D223014d2c24
Octal2056413007542605155444
Binary1000010111010010110000111101100010110000101001101101100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #853458

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #853458; }

 p { color: rgb(133,52,88); }

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

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

 a { background-color: rgb(133,52,88); }

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

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

 span { border-color: rgb(133,52,88); }

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