Html Css Color HEX #853565 Rose Bud Cherry

📋 copy color: '#853565'

red 133 ◦ green 53 ◦ blue 101

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

Shades of Rose Bud Cherry #853565

Tints of Rose Bud Cherry #853565

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 35.19%

R = 46.34%
G = 18.47%
B = 35.19%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.24

 K value IS 0.48

RGB Variations

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

Color information

#853565 (or 0x853565) is known color: Rose Bud Cherry. HEX triplet: 85, 35 and 65. RGB value is (133,53,101). Sum of RGB (Red+Green+Blue) = 133+53+101=287 (38% of max value = 765). Red value is 133 (52.34% from 255 or 46.34% from 287); Green value is 53 (21.09% from 255 or 18.47% from 287); Blue value is 101 (39.84% from 255 or 35.19% from 287); Max value from RGB is 133 - color contains mainly: red. Hex color #853565 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #853565 is #7ACA9A. Grayscale: #525252. Windows color (decimal): -8047259 or 6632837. OLE color: 6632837.

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

Color convert

RGB 133 53 101 -
CMYK 0 0.60 0.24 0.48
HSL 324º 0.43% 0.36% -
HSV(B) 324º 0.6% 0.52% -
XYZ 13.29 8.47 13.25 -
YUV 82.39 138.5 164.1 -
System Red Green Blue C M Y K H S L
Decimal 133 53 101 0 0.60 0.24 0.48 324 0.43 0.36
Hex 85 35 65 0 3C 18 30 144 2B 24
Octal 205 65 145 0 74 30 60 504 53 44
Binary 10000101 110101 1100101 0 111100 11000 110000 101000100 101011 100100

Color Harmonies of #853565

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #853565

Black with #853565

Text Example


Text Example

White with #853565

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #853565; }

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

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

background-color css

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

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

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

border-color css

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

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

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