#853B5B

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

Shades of Rose Bud Cherry #853B5B

Tints of Rose Bud Cherry #853B5B

Color information

#853B5B (or 0x853B5B) is unknown color: approx Rose Bud Cherry. HEX triplet: 85, 3B and 5B. RGB value is (133,59,91). Sum of RGB (Red+Green+Blue) = 133+59+91=283 (37% of max value = 765). Red value is 133 (52.34% from 255 or 47.00% from 283); Green value is 59 (23.44% from 255 or 20.85% from 283); Blue value is 91 (35.94% from 255 or 32.16% from 283); Max value from RGB is 133 - color contains mainly: red. Hex color #853B5B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #853B5B is #7AC4A4. Grayscale: #545454. Windows color (decimal): -8045733 or 5979013. OLE color: 5979013.

HSL color Cylindrical-coordinate representation of color #853B5B: hue angle of 334.05º 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 #853B5B is Cyan = 0, Magento = 0.56, Yellow = 0.32 and Black (K on CMYK) = 0.48.

Color convert

RGB1335991-
CMYK00.560.320.48
HSL334.05º38.54%37.65%-
HSV(B)334.05º55.64%52.16%-
XYZ13.138.8710.92-
YUV84.77131.52162.4-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 47.00%
GREEN value IS 59 (23.44% from 255) = 20.85%
BLUE value IS 91 (35.94% from 255) = 32.16%
R=47.00%
G=20.85%
B=32.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.32
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133599100.560.320.48334.0538.5437.65
Hex853B5B038203014e2726
Octal2057313307040605164746
Binary1000010111101110110110111000100000110000101001110100111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #853B5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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