Html Css Color HEX #852951 Rose Bud Cherry

📋 copy color: '#852951'

red 133 ◦ green 41 ◦ blue 81

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

Shades of Rose Bud Cherry #852951

Tints of Rose Bud Cherry #852951

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 31.76%

R = 52.16%
G = 16.08%
B = 31.76%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.39

 K value IS 0.48

RGB Variations

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

Color information

#852951 (or 0x852951) is known color: Rose Bud Cherry. HEX triplet: 85, 29 and 51. RGB value is (133,41,81). Sum of RGB (Red+Green+Blue) = 133+41+81=255 (33% of max value = 765). Red value is 133 (52.34% from 255 or 52.16% from 255); Green value is 41 (16.41% from 255 or 16.08% from 255); Blue value is 81 (32.03% from 255 or 31.76% from 255); Max value from RGB is 133 - color contains mainly: red. Hex color #852951 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #852951 is #7AD6AE. Grayscale: #494949. Windows color (decimal): -8050351 or 5319045. OLE color: 5319045.

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

Color convert

RGB 133 41 81 -
CMYK 0 0.69 0.39 0.48
HSL 333.91º 0.53% 0.34% -
HSV(B) 333.91º 0.69% 0.52% -
XYZ 11.95 7.17 8.54 -
YUV 73.07 132.48 170.75 -
System Red Green Blue C M Y K H S L
Decimal 133 41 81 0 0.69 0.39 0.48 333.91 0.53 0.34
Hex 85 29 51 0 45 27 30 14E 35 22
Octal 205 51 121 0 105 47 60 516 65 42
Binary 10000101 101001 1010001 0 1000101 100111 110000 101001110 110101 100010

Color Harmonies of #852951

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #852951

Black with #852951

Text Example


Text Example

White with #852951

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #852951; }

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

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

background-color css

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

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

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

border-color css

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

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

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