#853861

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

Shades of Rose Bud Cherry #853861

Tints of Rose Bud Cherry #853861

Color information

#853861 (or 0x853861) is unknown color: approx Rose Bud Cherry. HEX triplet: 85, 38 and 61. RGB value is (133,56,97). Sum of RGB (Red+Green+Blue) = 133+56+97=286 (37% of max value = 765). Red value is 133 (52.34% from 255 or 46.50% from 286); Green value is 56 (22.27% from 255 or 19.58% from 286); Blue value is 97 (38.28% from 255 or 33.92% from 286); Max value from RGB is 133 - color contains mainly: red. Hex color #853861 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #853861 is #7AC79E. Grayscale: #535353. Windows color (decimal): -8046495 or 6371461. OLE color: 6371461.

HSL color Cylindrical-coordinate representation of color #853861: hue angle of 328.05º 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 #853861 is Cyan = 0, Magento = 0.58, Yellow = 0.27 and Black (K on CMYK) = 0.48.

Color convert

RGB1335697-
CMYK00.580.270.48
HSL328.05º40.74%37.06%-
HSV(B)328.05º57.89%52.16%-
XYZ13.248.6812.29-
YUV83.7135.51163.17-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 46.50%
GREEN value IS 56 (22.27% from 255) = 19.58%
BLUE value IS 97 (38.28% from 255) = 33.92%
R=46.50%
G=19.58%
B=33.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.27
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133569700.580.270.48328.0540.7437.06
Hex85386103A1B301482925
Octal2057014107233605105145
Binary100001011110001100001011101011011110000101001000101001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #853861

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #853861; }

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

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

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

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

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

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

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

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