Html Css Color HEX #852961 Rose Bud Cherry

📋 copy color: '#852961'

red 133 ◦ green 41 ◦ blue 97

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

Shades of Rose Bud Cherry #852961

Tints of Rose Bud Cherry #852961

RGB

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

 GREEN value IS 41 (16.41% from 255) = 15.13%

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

R = 49.08%
G = 15.13%
B = 35.79%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.27

 K value IS 0.48

RGB Variations

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

Color information

#852961 (or 0x852961) is known color: Rose Bud Cherry. HEX triplet: 85, 29 and 61. RGB value is (133,41,97). Sum of RGB (Red+Green+Blue) = 133+41+97=271 (35% of max value = 765). Red value is 133 (52.34% from 255 or 49.08% from 271); Green value is 41 (16.41% from 255 or 15.13% from 271); Blue value is 97 (38.28% from 255 or 35.79% from 271); Max value from RGB is 133 - color contains mainly: red. Hex color #852961 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #852961 is #7AD69E. Grayscale: #4A4A4A. Windows color (decimal): -8050335 or 6367621. OLE color: 6367621.

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

Color convert

RGB 133 41 97 -
CMYK 0 0.69 0.27 0.48
HSL 323.48º 0.53% 0.34% -
HSV(B) 323.48º 0.69% 0.52% -
XYZ 12.62 7.44 12.08 -
YUV 74.89 140.48 169.45 -
System Red Green Blue C M Y K H S L
Decimal 133 41 97 0 0.69 0.27 0.48 323.48 0.53 0.34
Hex 85 29 61 0 45 1B 30 143 35 22
Octal 205 51 141 0 105 33 60 503 65 42
Binary 10000101 101001 1100001 0 1000101 11011 110000 101000011 110101 100010

Color Harmonies of #852961

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #852961

Black with #852961

Text Example


Text Example

White with #852961

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #852961; }

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

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

background-color css

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

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

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

border-color css

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

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

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