#852260

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

Shades of Rose Bud Cherry #852260

Tints of Rose Bud Cherry #852260

Color information

#852260 (or 0x852260) is unknown color: approx Rose Bud Cherry. HEX triplet: 85, 22 and 60. RGB value is (133,34,96). Sum of RGB (Red+Green+Blue) = 133+34+96=263 (34% of max value = 765). Red value is 133 (52.34% from 255 or 50.57% from 263); Green value is 34 (13.67% from 255 or 12.93% from 263); Blue value is 96 (37.89% from 255 or 36.50% from 263); Max value from RGB is 133 - color contains mainly: red. Hex color #852260 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #852260 is #7ADD9F. Grayscale: #464646. Windows color (decimal): -8052128 or 6300293. OLE color: 6300293.

HSL color Cylindrical-coordinate representation of color #852260: hue angle of 322.42º degrees, saturation: 0.59, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #852260 is Cyan = 0, Magento = 0.74, Yellow = 0.28 and Black (K on CMYK) = 0.48.

Color convert

RGB1333496-
CMYK00.740.280.48
HSL322.42º59.28%32.75%-
HSV(B)322.42º74.44%52.16%-
XYZ12.366.9811.76-
YUV70.67142.3172.46-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 50.57%
GREEN value IS 34 (13.67% from 255) = 12.93%
BLUE value IS 96 (37.89% from 255) = 36.50%
R=50.57%
G=12.93%
B=36.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.28
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133349600.740.280.48322.4259.2832.75
Hex85226004A1C301423b21
Octal20542140011234605027341
Binary1000010110001011000000100101011100110000101000010111011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #852260

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #852260; }

 p { color: rgb(133,34,96); }

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

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

 a { background-color: rgb(133,34,96); }

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

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

 span { border-color: rgb(133,34,96); }

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