Html Css Color HEX #852556 Rose Bud Cherry

📋 copy color: '#852556'

red 133 ◦ green 37 ◦ blue 86

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

Shades of Rose Bud Cherry #852556

Tints of Rose Bud Cherry #852556

RGB

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

 GREEN value IS 37 (14.84% from 255) = 14.45%

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

R = 51.95%
G = 14.45%
B = 33.59%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.35

 K value IS 0.48

RGB Variations

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

Color information

#852556 (or 0x852556) is known color: Rose Bud Cherry. HEX triplet: 85, 25 and 56. RGB value is (133,37,86). Sum of RGB (Red+Green+Blue) = 133+37+86=256 (33% of max value = 765). Red value is 133 (52.34% from 255 or 51.95% from 256); Green value is 37 (14.84% from 255 or 14.45% from 256); Blue value is 86 (33.98% from 255 or 33.59% from 256); Max value from RGB is 133 - color contains mainly: red. Hex color #852556 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #852556 is #7ADAA9. Grayscale: #474747. Windows color (decimal): -8051370 or 5645701. OLE color: 5645701.

HSL color Cylindrical-coordinate representation of color #852556: hue angle of 329.38º degrees, saturation: 0.56, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #852556 is Cyan = 0, Magento = 0.72, Yellow = 0.35 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 37 86 -
CMYK 0 0.72 0.35 0.48
HSL 329.38º 0.56% 0.33% -
HSV(B) 329.38º 0.72% 0.52% -
XYZ 12.01 6.98 9.52 -
YUV 71.29 136.3 172.02 -
System Red Green Blue C M Y K H S L
Decimal 133 37 86 0 0.72 0.35 0.48 329.38 0.56 0.33
Hex 85 25 56 0 48 23 30 149 38 21
Octal 205 45 126 0 110 43 60 511 70 41
Binary 10000101 100101 1010110 0 1001000 100011 110000 101001001 111000 100001

Color Harmonies of #852556

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #852556

Black with #852556

Text Example


Text Example

White with #852556

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #852556; }

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

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

background-color css

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

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

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

border-color css

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

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

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