Html Css Color HEX #853564 Rose Bud Cherry

📋 copy color: '#853564'

red 133 ◦ green 53 ◦ blue 100

#853564
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Rose Bud Cherry #853564

Tints of Rose Bud Cherry #853564

RGB

 RED value IS 133 (52.34% from 255) = 46.5%

 GREEN value IS 53 (21.09% from 255) = 18.53%

 BLUE value IS 100 (39.45% from 255) = 34.97%

R = 46.5%
G = 18.53%
B = 34.97%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.25

 K value IS 0.48

RGB Variations

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

Color information

#853564 (or 0x853564) is known color: Rose Bud Cherry. HEX triplet: 85, 35 and 64. RGB value is (133,53,100). Sum of RGB (Red+Green+Blue) = 133+53+100=286 (37% of max value = 765). Red value is 133 (52.34% from 255 or 46.50% from 286); Green value is 53 (21.09% from 255 or 18.53% from 286); Blue value is 100 (39.45% from 255 or 34.97% from 286); Max value from RGB is 133 - color contains mainly: red. Hex color #853564 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #853564 is #7ACA9B. Grayscale: #525252. Windows color (decimal): -8047260 or 6567301. OLE color: 6567301.

HSL color Cylindrical-coordinate representation of color #853564: hue angle of 324.75º degrees, saturation: 0.43, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #853564 is Cyan = 0, Magento = 0.60, Yellow = 0.25 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 53 100 -
CMYK 0 0.60 0.25 0.48
HSL 324.75º 0.43% 0.36% -
HSV(B) 324.75º 0.6% 0.52% -
XYZ 13.25 8.45 12.99 -
YUV 82.28 138 164.18 -
System Red Green Blue C M Y K H S L
Decimal 133 53 100 0 0.60 0.25 0.48 324.75 0.43 0.36
Hex 85 35 64 0 3C 19 30 145 2B 24
Octal 205 65 144 0 74 31 60 505 53 44
Binary 10000101 110101 1100100 0 111100 11001 110000 101000101 101011 100100

Color Harmonies of #853564

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #853564

Black with #853564

Text Example


Text Example

White with #853564

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #853564; }

 p { color: rgb(133,53,100); }

 H1.HeaderClassName
 {
   color: #853564;
 }
 .AnyTagClassName
 {
   color: #853564;
 }
</style>

background-color css

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

 a { background-color: rgb(133,53,100); }

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

border-color css

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

 span { border-color: rgb(133,53,100); }

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