#853153

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

Shades of Rose Bud Cherry #853153

Tints of Rose Bud Cherry #853153

Color information

#853153 (or 0x853153) is unknown color: approx Rose Bud Cherry. HEX triplet: 85, 31 and 53. RGB value is (133,49,83). Sum of RGB (Red+Green+Blue) = 133+49+83=265 (35% of max value = 765). Red value is 133 (52.34% from 255 or 50.19% from 265); Green value is 49 (19.53% from 255 or 18.49% from 265); Blue value is 83 (32.81% from 255 or 31.32% from 265); Max value from RGB is 133 - color contains mainly: red. Hex color #853153 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #853153 is #7ACEAC. Grayscale: #4D4D4D. Windows color (decimal): -8048301 or 5452165. OLE color: 5452165.

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

Color convert

RGB1334983-
CMYK00.630.380.48
HSL335.71º46.15%35.69%-
HSV(B)335.71º63.16%52.16%-
XYZ12.337.819.04-
YUV77.99130.83167.24-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 50.19%
GREEN value IS 49 (19.53% from 255) = 18.49%
BLUE value IS 83 (32.81% from 255) = 31.32%
R=50.19%
G=18.49%
B=31.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.38
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133498300.630.380.48335.7146.1535.69
Hex85315303F26301502e24
Octal2056112307746605205644
Binary1000010111000110100110111111100110110000101010000101110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #853153

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #853153; }

 p { color: rgb(133,49,83); }

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

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

 a { background-color: rgb(133,49,83); }

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

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

 span { border-color: rgb(133,49,83); }

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