Html Css Color HEX #853860 Rose Bud Cherry

📋 copy color: '#853860'

red 133 ◦ green 56 ◦ blue 96

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

Shades of Rose Bud Cherry #853860

Tints of Rose Bud Cherry #853860

RGB

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

 GREEN value IS 56 (22.27% from 255) = 19.65%

 BLUE value IS 96 (37.89% from 255) = 33.68%

R = 46.67%
G = 19.65%
B = 33.68%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.28

 K value IS 0.48

RGB Variations

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

Color information

#853860 (or 0x853860) is known color: Rose Bud Cherry. HEX triplet: 85, 38 and 60. RGB value is (133,56,96). Sum of RGB (Red+Green+Blue) = 133+56+96=285 (37% of max value = 765). Red value is 133 (52.34% from 255 or 46.67% from 285); Green value is 56 (22.27% from 255 or 19.65% from 285); Blue value is 96 (37.89% from 255 or 33.68% from 285); Max value from RGB is 133 - color contains mainly: red. Hex color #853860 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #853860 is #7AC79F. Grayscale: #535353. Windows color (decimal): -8046496 or 6305925. OLE color: 6305925.

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

Color convert

RGB 133 56 96 -
CMYK 0 0.58 0.28 0.48
HSL 328.83º 0.41% 0.37% -
HSV(B) 328.83º 0.58% 0.52% -
XYZ 13.2 8.66 12.04 -
YUV 83.58 135.01 163.25 -
System Red Green Blue C M Y K H S L
Decimal 133 56 96 0 0.58 0.28 0.48 328.83 0.41 0.37
Hex 85 38 60 0 3A 1C 30 149 29 25
Octal 205 70 140 0 72 34 60 511 51 45
Binary 10000101 111000 1100000 0 111010 11100 110000 101001001 101001 100101

Color Harmonies of #853860

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #853860

Black with #853860

Text Example


Text Example

White with #853860

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #853860; }

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

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

background-color css

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

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

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

border-color css

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

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

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