#853062

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

Shades of Rose Bud Cherry #853062

Tints of Rose Bud Cherry #853062

Color information

#853062 (or 0x853062) is unknown color: approx Rose Bud Cherry. HEX triplet: 85, 30 and 62. RGB value is (133,48,98). Sum of RGB (Red+Green+Blue) = 133+48+98=279 (36% of max value = 765). Red value is 133 (52.34% from 255 or 47.67% from 279); Green value is 48 (19.14% from 255 or 17.20% from 279); Blue value is 98 (38.67% from 255 or 35.13% from 279); Max value from RGB is 133 - color contains mainly: red. Hex color #853062 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #853062 is #7ACF9D. Grayscale: #4F4F4F. Windows color (decimal): -8048542 or 6434949. OLE color: 6434949.

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

Color convert

RGB1334898-
CMYK00.640.260.48
HSL324.71º46.96%35.49%-
HSV(B)324.71º63.91%52.16%-
XYZ12.937.9812.41-
YUV79.11138.66166.43-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 47.67%
GREEN value IS 48 (19.14% from 255) = 17.20%
BLUE value IS 98 (38.67% from 255) = 35.13%
R=47.67%
G=17.20%
B=35.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.26
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133489800.640.260.48324.7146.9635.49
Hex8530620401A301452f23
Octal20560142010032605055743
Binary1000010111000011000100100000011010110000101000101101111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #853062

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #853062; }

 p { color: rgb(133,48,98); }

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

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

 a { background-color: rgb(133,48,98); }

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

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

 span { border-color: rgb(133,48,98); }

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