Html Css Color HEX #853760 Rose Bud Cherry

📋 copy color: '#853760'

red 133 ◦ green 55 ◦ blue 96

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

Shades of Rose Bud Cherry #853760

Tints of Rose Bud Cherry #853760

RGB

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

 GREEN value IS 55 (21.88% from 255) = 19.37%

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

R = 46.83%
G = 19.37%
B = 33.8%

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

#853760 (or 0x853760) is known color: Rose Bud Cherry. HEX triplet: 85, 37 and 60. RGB value is (133,55,96). Sum of RGB (Red+Green+Blue) = 133+55+96=284 (37% of max value = 765). Red value is 133 (52.34% from 255 or 46.83% from 284); Green value is 55 (21.88% from 255 or 19.37% from 284); Blue value is 96 (37.89% from 255 or 33.80% from 284); Max value from RGB is 133 - color contains mainly: red. Hex color #853760 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #853760 is #7AC89F. Grayscale: #525252. Windows color (decimal): -8046752 or 6305669. OLE color: 6305669.

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

Color convert

RGB 133 55 96 -
CMYK 0 0.59 0.28 0.48
HSL 328.46º 0.41% 0.37% -
HSV(B) 328.46º 0.59% 0.52% -
XYZ 13.15 8.56 12.03 -
YUV 83 135.34 163.67 -
System Red Green Blue C M Y K H S L
Decimal 133 55 96 0 0.59 0.28 0.48 328.46 0.41 0.37
Hex 85 37 60 0 3B 1C 30 148 29 25
Octal 205 67 140 0 73 34 60 510 51 45
Binary 10000101 110111 1100000 0 111011 11100 110000 101001000 101001 100101

Color Harmonies of #853760

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #853760

Black with #853760

Text Example


Text Example

White with #853760

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #853760; }

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

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

background-color css

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

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

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

border-color css

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

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

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