Html Css Color HEX #853660 Rose Bud Cherry

📋 copy color: '#853660'

red 133 ◦ green 54 ◦ blue 96

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

Shades of Rose Bud Cherry #853660

Tints of Rose Bud Cherry #853660

RGB

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

 GREEN value IS 54 (21.48% from 255) = 19.08%

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

R = 47%
G = 19.08%
B = 33.92%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.28

 K value IS 0.48

RGB Variations

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

Color information

#853660 (or 0x853660) is known color: Rose Bud Cherry. HEX triplet: 85, 36 and 60. RGB value is (133,54,96). Sum of RGB (Red+Green+Blue) = 133+54+96=283 (37% of max value = 765). Red value is 133 (52.34% from 255 or 47.00% from 283); Green value is 54 (21.48% from 255 or 19.08% from 283); Blue value is 96 (37.89% from 255 or 33.92% from 283); Max value from RGB is 133 - color contains mainly: red. Hex color #853660 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #853660 is #7AC99F. Grayscale: #525252. Windows color (decimal): -8047008 or 6305413. OLE color: 6305413.

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

Color convert

RGB 133 54 96 -
CMYK 0 0.59 0.28 0.48
HSL 328.1º 0.42% 0.37% -
HSV(B) 328.1º 0.59% 0.52% -
XYZ 13.1 8.47 12.01 -
YUV 82.41 135.67 164.08 -
System Red Green Blue C M Y K H S L
Decimal 133 54 96 0 0.59 0.28 0.48 328.1 0.42 0.37
Hex 85 36 60 0 3B 1C 30 148 2A 25
Octal 205 66 140 0 73 34 60 510 52 45
Binary 10000101 110110 1100000 0 111011 11100 110000 101001000 101010 100101

Color Harmonies of #853660

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #853660

Black with #853660

Text Example


Text Example

White with #853660

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #853660; }

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

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

background-color css

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

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

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

border-color css

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

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

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