Html Css Color HEX #852960 Rose Bud Cherry

📋 copy color: '#852960'

red 133 ◦ green 41 ◦ blue 96

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

Shades of Rose Bud Cherry #852960

Tints of Rose Bud Cherry #852960

RGB

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

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

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

R = 49.26%
G = 15.19%
B = 35.56%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.28

 K value IS 0.48

RGB Variations

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

Color information

#852960 (or 0x852960) is known color: Rose Bud Cherry. HEX triplet: 85, 29 and 60. RGB value is (133,41,96). Sum of RGB (Red+Green+Blue) = 133+41+96=270 (35% of max value = 765). Red value is 133 (52.34% from 255 or 49.26% from 270); Green value is 41 (16.41% from 255 or 15.19% from 270); Blue value is 96 (37.89% from 255 or 35.56% from 270); Max value from RGB is 133 - color contains mainly: red. Hex color #852960 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #852960 is #7AD69F. Grayscale: #4A4A4A. Windows color (decimal): -8050336 or 6302085. OLE color: 6302085.

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

Color convert

RGB 133 41 96 -
CMYK 0 0.69 0.28 0.48
HSL 324.13º 0.53% 0.34% -
HSV(B) 324.13º 0.69% 0.52% -
XYZ 12.58 7.42 11.84 -
YUV 74.78 139.98 169.53 -
System Red Green Blue C M Y K H S L
Decimal 133 41 96 0 0.69 0.28 0.48 324.13 0.53 0.34
Hex 85 29 60 0 45 1C 30 144 35 22
Octal 205 51 140 0 105 34 60 504 65 42
Binary 10000101 101001 1100000 0 1000101 11100 110000 101000100 110101 100010

Color Harmonies of #852960

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #852960

Black with #852960

Text Example


Text Example

White with #852960

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #852960; }

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

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

background-color css

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

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

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

border-color css

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

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

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