Html Css Color HEX #852755 Rose Bud Cherry

📋 copy color: '#852755'

red 133 ◦ green 39 ◦ blue 85

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

Shades of Rose Bud Cherry #852755

Tints of Rose Bud Cherry #852755

RGB

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

 GREEN value IS 39 (15.63% from 255) = 15.18%

 BLUE value IS 85 (33.59% from 255) = 33.07%

R = 51.75%
G = 15.18%
B = 33.07%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.36

 K value IS 0.48

RGB Variations

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

Color information

#852755 (or 0x852755) is known color: Rose Bud Cherry. HEX triplet: 85, 27 and 55. RGB value is (133,39,85). Sum of RGB (Red+Green+Blue) = 133+39+85=257 (34% of max value = 765). Red value is 133 (52.34% from 255 or 51.75% from 257); Green value is 39 (15.62% from 255 or 15.18% from 257); Blue value is 85 (33.59% from 255 or 33.07% from 257); Max value from RGB is 133 - color contains mainly: red. Hex color #852755 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #852755 is #7AD8AA. Grayscale: #484848. Windows color (decimal): -8050859 or 5580677. OLE color: 5580677.

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

Color convert

RGB 133 39 85 -
CMYK 0 0.71 0.36 0.48
HSL 330.64º 0.55% 0.34% -
HSV(B) 330.64º 0.71% 0.52% -
XYZ 12.04 7.09 9.33 -
YUV 72.35 135.14 171.26 -
System Red Green Blue C M Y K H S L
Decimal 133 39 85 0 0.71 0.36 0.48 330.64 0.55 0.34
Hex 85 27 55 0 47 24 30 14B 37 22
Octal 205 47 125 0 107 44 60 513 67 42
Binary 10000101 100111 1010101 0 1000111 100100 110000 101001011 110111 100010

Color Harmonies of #852755

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #852755

Black with #852755

Text Example


Text Example

White with #852755

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #852755; }

 p { color: rgb(133,39,85); }

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

background-color css

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

 a { background-color: rgb(133,39,85); }

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

border-color css

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

 span { border-color: rgb(133,39,85); }

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