Html Css Color HEX #853666 Rose Bud Cherry

📋 copy color: '#853666'

red 133 ◦ green 54 ◦ blue 102

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

Shades of Rose Bud Cherry #853666

Tints of Rose Bud Cherry #853666

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 35.29%

R = 46.02%
G = 18.69%
B = 35.29%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.23

 K value IS 0.48

RGB Variations

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

Color information

#853666 (or 0x853666) is known color: Rose Bud Cherry. HEX triplet: 85, 36 and 66. RGB value is (133,54,102). Sum of RGB (Red+Green+Blue) = 133+54+102=289 (38% of max value = 765). Red value is 133 (52.34% from 255 or 46.02% from 289); Green value is 54 (21.48% from 255 or 18.69% from 289); Blue value is 102 (40.23% from 255 or 35.29% from 289); Max value from RGB is 133 - color contains mainly: red. Hex color #853666 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #853666 is #7AC999. Grayscale: #525252. Windows color (decimal): -8047002 or 6698629. OLE color: 6698629.

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

Color convert

RGB 133 54 102 -
CMYK 0 0.59 0.23 0.48
HSL 323.54º 0.42% 0.37% -
HSV(B) 323.54º 0.59% 0.52% -
XYZ 13.39 8.58 13.52 -
YUV 83.09 138.67 163.6 -
System Red Green Blue C M Y K H S L
Decimal 133 54 102 0 0.59 0.23 0.48 323.54 0.42 0.37
Hex 85 36 66 0 3B 17 30 144 2A 25
Octal 205 66 146 0 73 27 60 504 52 45
Binary 10000101 110110 1100110 0 111011 10111 110000 101000100 101010 100101

Color Harmonies of #853666

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #853666

Black with #853666

Text Example


Text Example

White with #853666

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #853666; }

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

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

background-color css

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

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

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

border-color css

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

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

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