Html Css Color HEX #853261 Rose Bud Cherry

📋 copy color: '#853261'

red 133 ◦ green 50 ◦ blue 97

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

Shades of Rose Bud Cherry #853261

Tints of Rose Bud Cherry #853261

RGB

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

 GREEN value IS 50 (19.92% from 255) = 17.86%

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

R = 47.5%
G = 17.86%
B = 34.64%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.27

 K value IS 0.48

RGB Variations

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

Color information

#853261 (or 0x853261) is known color: Rose Bud Cherry. HEX triplet: 85, 32 and 61. RGB value is (133,50,97). Sum of RGB (Red+Green+Blue) = 133+50+97=280 (37% of max value = 765). Red value is 133 (52.34% from 255 or 47.5% from 280); Green value is 50 (19.92% from 255 or 17.86% from 280); Blue value is 97 (38.28% from 255 or 34.64% from 280); Max value from RGB is 133 - color contains mainly: red. Hex color #853261 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #853261 is #7ACD9E. Grayscale: #505050. Windows color (decimal): -8048031 or 6369925. OLE color: 6369925.

HSL color Cylindrical-coordinate representation of color #853261: hue angle of 326.02º degrees, saturation: 0.45, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #853261 is Cyan = 0, Magento = 0.62, Yellow = 0.27 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 50 97 -
CMYK 0 0.62 0.27 0.48
HSL 326.02º 0.45% 0.36% -
HSV(B) 326.02º 0.62% 0.52% -
XYZ 12.97 8.13 12.2 -
YUV 80.18 137.5 165.68 -
System Red Green Blue C M Y K H S L
Decimal 133 50 97 0 0.62 0.27 0.48 326.02 0.45 0.36
Hex 85 32 61 0 3E 1B 30 146 2D 24
Octal 205 62 141 0 76 33 60 506 55 44
Binary 10000101 110010 1100001 0 111110 11011 110000 101000110 101101 100100

Color Harmonies of #853261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #853261

Black with #853261

Text Example


Text Example

White with #853261

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #853261; }

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

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

background-color css

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

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

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

border-color css

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

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

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