#853856

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

Shades of Rose Bud Cherry #853856

Tints of Rose Bud Cherry #853856

Color information

#853856 (or 0x853856) is unknown color: approx Rose Bud Cherry. HEX triplet: 85, 38 and 56. RGB value is (133,56,86). Sum of RGB (Red+Green+Blue) = 133+56+86=275 (36% of max value = 765). Red value is 133 (52.34% from 255 or 48.36% from 275); Green value is 56 (22.27% from 255 or 20.36% from 275); Blue value is 86 (33.98% from 255 or 31.27% from 275); Max value from RGB is 133 - color contains mainly: red. Hex color #853856 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #853856 is #7AC7A9. Grayscale: #525252. Windows color (decimal): -8046506 or 5650565. OLE color: 5650565.

HSL color Cylindrical-coordinate representation of color #853856: hue angle of 336.62º degrees, saturation: 0.41, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #853856 is Cyan = 0, Magento = 0.58, Yellow = 0.35 and Black (K on CMYK) = 0.48.

Color convert

RGB1335686-
CMYK00.580.350.48
HSL336.62º40.74%37.06%-
HSV(B)336.62º57.89%52.16%-
XYZ12.778.499.77-
YUV82.44130.01164.06-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 48.36%
GREEN value IS 56 (22.27% from 255) = 20.36%
BLUE value IS 86 (33.98% from 255) = 31.27%
R=48.36%
G=20.36%
B=31.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.35
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133568600.580.350.48336.6240.7437.06
Hex85385603A23301512925
Octal2057012607243605215145
Binary1000010111100010101100111010100011110000101010001101001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #853856

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #853856; }

 p { color: rgb(133,56,86); }

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

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

 a { background-color: rgb(133,56,86); }

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

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

 span { border-color: rgb(133,56,86); }

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