#853858

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

Shades of Rose Bud Cherry #853858

Tints of Rose Bud Cherry #853858

Color information

#853858 (or 0x853858) is unknown color: approx Rose Bud Cherry. HEX triplet: 85, 38 and 58. RGB value is (133,56,88). Sum of RGB (Red+Green+Blue) = 133+56+88=277 (36% of max value = 765). Red value is 133 (52.34% from 255 or 48.01% from 277); Green value is 56 (22.27% from 255 or 20.22% from 277); Blue value is 88 (34.77% from 255 or 31.77% from 277); Max value from RGB is 133 - color contains mainly: red. Hex color #853858 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #853858 is #7AC7A7. Grayscale: #525252. Windows color (decimal): -8046504 or 5781637. OLE color: 5781637.

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

Color convert

RGB1335688-
CMYK00.580.340.48
HSL335.06º40.74%37.06%-
HSV(B)335.06º57.89%52.16%-
XYZ12.858.5210.2-
YUV82.67131.01163.9-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 48.01%
GREEN value IS 56 (22.27% from 255) = 20.22%
BLUE value IS 88 (34.77% from 255) = 31.77%
R=48.01%
G=20.22%
B=31.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.34
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133568800.580.340.48335.0640.7437.06
Hex85385803A223014f2925
Octal2057013007242605175145
Binary1000010111100010110000111010100010110000101001111101001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #853858

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #853858; }

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

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

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

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

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

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

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

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