#853B58

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

Shades of Rose Bud Cherry #853B58

Tints of Rose Bud Cherry #853B58

Color information

#853B58 (or 0x853B58) is unknown color: approx Rose Bud Cherry. HEX triplet: 85, 3B and 58. RGB value is (133,59,88). Sum of RGB (Red+Green+Blue) = 133+59+88=280 (37% of max value = 765). Red value is 133 (52.34% from 255 or 47.5% from 280); Green value is 59 (23.44% from 255 or 21.07% from 280); Blue value is 88 (34.77% from 255 or 31.43% from 280); Max value from RGB is 133 - color contains mainly: red. Hex color #853B58 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #853B58 is #7AC4A7. Grayscale: #545454. Windows color (decimal): -8045736 or 5782405. OLE color: 5782405.

HSL color Cylindrical-coordinate representation of color #853B58: hue angle of 336.49º degrees, saturation: 0.39, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #853B58 is Cyan = 0, Magento = 0.56, Yellow = 0.34 and Black (K on CMYK) = 0.48.

Color convert

RGB1335988-
CMYK00.560.340.48
HSL336.49º38.54%37.65%-
HSV(B)336.49º55.64%52.16%-
XYZ138.8210.25-
YUV84.43130.02162.64-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 47.5%
GREEN value IS 59 (23.44% from 255) = 21.07%
BLUE value IS 88 (34.77% from 255) = 31.43%
R=47.5%
G=21.07%
B=31.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.34
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133598800.560.340.48336.4938.5437.65
Hex853B5803822301502726
Octal2057313007042605204746
Binary1000010111101110110000111000100010110000101010000100111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #853B58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #853B58; }

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

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

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

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

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

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

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

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