Html Css Color HEX #853761 Rose Bud Cherry

📋 copy color: '#853761'

red 133 ◦ green 55 ◦ blue 97

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

Shades of Rose Bud Cherry #853761

Tints of Rose Bud Cherry #853761

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 34.04%

R = 46.67%
G = 19.3%
B = 34.04%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.27

 K value IS 0.48

RGB Variations

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

Color information

#853761 (or 0x853761) is known color: Rose Bud Cherry. HEX triplet: 85, 37 and 61. RGB value is (133,55,97). Sum of RGB (Red+Green+Blue) = 133+55+97=285 (37% of max value = 765). Red value is 133 (52.34% from 255 or 46.67% from 285); Green value is 55 (21.88% from 255 or 19.30% from 285); Blue value is 97 (38.28% from 255 or 34.04% from 285); Max value from RGB is 133 - color contains mainly: red. Hex color #853761 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #853761 is #7AC89E. Grayscale: #535353. Windows color (decimal): -8046751 or 6371205. OLE color: 6371205.

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

Color convert

RGB 133 55 97 -
CMYK 0 0.59 0.27 0.48
HSL 327.69º 0.41% 0.37% -
HSV(B) 327.69º 0.59% 0.52% -
XYZ 13.2 8.58 12.27 -
YUV 83.11 135.84 163.58 -
System Red Green Blue C M Y K H S L
Decimal 133 55 97 0 0.59 0.27 0.48 327.69 0.41 0.37
Hex 85 37 61 0 3B 1B 30 148 29 25
Octal 205 67 141 0 73 33 60 510 51 45
Binary 10000101 110111 1100001 0 111011 11011 110000 101001000 101001 100101

Color Harmonies of #853761

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #853761

Black with #853761

Text Example


Text Example

White with #853761

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #853761; }

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

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

background-color css

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

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

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

border-color css

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

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

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