Html Css Color HEX #853663 Rose Bud Cherry

📋 copy color: '#853663'

red 133 ◦ green 54 ◦ blue 99

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

Shades of Rose Bud Cherry #853663

Tints of Rose Bud Cherry #853663

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 34.62%

R = 46.5%
G = 18.88%
B = 34.62%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.26

 K value IS 0.48

RGB Variations

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

Color information

#853663 (or 0x853663) is known color: Rose Bud Cherry. HEX triplet: 85, 36 and 63. RGB value is (133,54,99). Sum of RGB (Red+Green+Blue) = 133+54+99=286 (37% of max value = 765). Red value is 133 (52.34% from 255 or 46.50% from 286); Green value is 54 (21.48% from 255 or 18.88% from 286); Blue value is 99 (39.06% from 255 or 34.62% from 286); Max value from RGB is 133 - color contains mainly: red. Hex color #853663 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #853663 is #7AC99C. Grayscale: #525252. Windows color (decimal): -8047005 or 6502021. OLE color: 6502021.

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

Color convert

RGB 133 54 99 -
CMYK 0 0.59 0.26 0.48
HSL 325.82º 0.42% 0.37% -
HSV(B) 325.82º 0.59% 0.52% -
XYZ 13.24 8.53 12.75 -
YUV 82.75 137.17 163.84 -
System Red Green Blue C M Y K H S L
Decimal 133 54 99 0 0.59 0.26 0.48 325.82 0.42 0.37
Hex 85 36 63 0 3B 1A 30 146 2A 25
Octal 205 66 143 0 73 32 60 506 52 45
Binary 10000101 110110 1100011 0 111011 11010 110000 101000110 101010 100101

Color Harmonies of #853663

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #853663

Black with #853663

Text Example


Text Example

White with #853663

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #853663; }

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

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

background-color css

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

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

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

border-color css

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

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

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