#853955

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

Shades of Rose Bud Cherry #853955

Tints of Rose Bud Cherry #853955

Color information

#853955 (or 0x853955) is unknown color: approx Rose Bud Cherry. HEX triplet: 85, 39 and 55. RGB value is (133,57,85). Sum of RGB (Red+Green+Blue) = 133+57+85=275 (36% of max value = 765). Red value is 133 (52.34% from 255 or 48.36% from 275); Green value is 57 (22.66% from 255 or 20.73% from 275); Blue value is 85 (33.59% from 255 or 30.91% from 275); Max value from RGB is 133 - color contains mainly: red. Hex color #853955 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #853955 is #7AC6AA. Grayscale: #525252. Windows color (decimal): -8046251 or 5585285. OLE color: 5585285.

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

Color convert

RGB1335785-
CMYK00.570.360.48
HSL337.89º40%37.25%-
HSV(B)337.89º57.14%52.16%-
XYZ12.788.579.57-
YUV82.92129.18163.72-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 48.36%
GREEN value IS 57 (22.66% from 255) = 20.73%
BLUE value IS 85 (33.59% from 255) = 30.91%
R=48.36%
G=20.73%
B=30.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.36
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133578500.570.360.48337.894037.25
Hex85395503924301522825
Octal2057112507144605225045
Binary1000010111100110101010111001100100110000101010010101000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #853955

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #853955; }

 p { color: rgb(133,57,85); }

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

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

 a { background-color: rgb(133,57,85); }

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

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

 span { border-color: rgb(133,57,85); }

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