Html Css Color HEX #853665 Rose Bud Cherry

📋 copy color: '#853665'

red 133 ◦ green 54 ◦ blue 101

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

Shades of Rose Bud Cherry #853665

Tints of Rose Bud Cherry #853665

RGB

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

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

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

R = 46.18%
G = 18.75%
B = 35.07%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.24

 K value IS 0.48

RGB Variations

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

Color information

#853665 (or 0x853665) is known color: Rose Bud Cherry. HEX triplet: 85, 36 and 65. RGB value is (133,54,101). Sum of RGB (Red+Green+Blue) = 133+54+101=288 (38% of max value = 765). Red value is 133 (52.34% from 255 or 46.18% from 288); Green value is 54 (21.48% from 255 or 18.75% from 288); Blue value is 101 (39.84% from 255 or 35.07% from 288); Max value from RGB is 133 - color contains mainly: red. Hex color #853665 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #853665 is #7AC99A. Grayscale: #525252. Windows color (decimal): -8047003 or 6633093. OLE color: 6633093.

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

Color convert

RGB 133 54 101 -
CMYK 0 0.59 0.24 0.48
HSL 324.3º 0.42% 0.37% -
HSV(B) 324.3º 0.59% 0.52% -
XYZ 13.34 8.56 13.26 -
YUV 82.98 138.17 163.68 -
System Red Green Blue C M Y K H S L
Decimal 133 54 101 0 0.59 0.24 0.48 324.3 0.42 0.37
Hex 85 36 65 0 3B 18 30 144 2A 25
Octal 205 66 145 0 73 30 60 504 52 45
Binary 10000101 110110 1100101 0 111011 11000 110000 101000100 101010 100101

Color Harmonies of #853665

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #853665

Black with #853665

Text Example


Text Example

White with #853665

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #853665; }

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

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

background-color css

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

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

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

border-color css

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

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

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