Html Css Color HEX #852956 Rose Bud Cherry

📋 copy color: '#852956'

red 133 ◦ green 41 ◦ blue 86

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

Shades of Rose Bud Cherry #852956

Tints of Rose Bud Cherry #852956

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 33.08%

R = 51.15%
G = 15.77%
B = 33.08%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.35

 K value IS 0.48

RGB Variations

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

Color information

#852956 (or 0x852956) is known color: Rose Bud Cherry. HEX triplet: 85, 29 and 56. RGB value is (133,41,86). Sum of RGB (Red+Green+Blue) = 133+41+86=260 (34% of max value = 765). Red value is 133 (52.34% from 255 or 51.15% from 260); Green value is 41 (16.41% from 255 or 15.77% from 260); Blue value is 86 (33.98% from 255 or 33.08% from 260); Max value from RGB is 133 - color contains mainly: red. Hex color #852956 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #852956 is #7AD6A9. Grayscale: #494949. Windows color (decimal): -8050346 or 5646725. OLE color: 5646725.

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

Color convert

RGB 133 41 86 -
CMYK 0 0.69 0.35 0.48
HSL 330.65º 0.53% 0.34% -
HSV(B) 330.65º 0.69% 0.52% -
XYZ 12.15 7.24 9.56 -
YUV 73.64 134.98 170.34 -
System Red Green Blue C M Y K H S L
Decimal 133 41 86 0 0.69 0.35 0.48 330.65 0.53 0.34
Hex 85 29 56 0 45 23 30 14B 35 22
Octal 205 51 126 0 105 43 60 513 65 42
Binary 10000101 101001 1010110 0 1000101 100011 110000 101001011 110101 100010

Color Harmonies of #852956

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #852956

Black with #852956

Text Example


Text Example

White with #852956

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #852956; }

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

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

background-color css

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

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

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

border-color css

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

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

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