Html Css Color HEX #852856 Rose Bud Cherry

📋 copy color: '#852856'

red 133 ◦ green 40 ◦ blue 86

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

Shades of Rose Bud Cherry #852856

Tints of Rose Bud Cherry #852856

RGB

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

 GREEN value IS 40 (16.02% from 255) = 15.44%

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

R = 51.35%
G = 15.44%
B = 33.2%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.35

 K value IS 0.48

RGB Variations

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

Color information

#852856 (or 0x852856) is known color: Rose Bud Cherry. HEX triplet: 85, 28 and 56. RGB value is (133,40,86). Sum of RGB (Red+Green+Blue) = 133+40+86=259 (34% of max value = 765). Red value is 133 (52.34% from 255 or 51.35% from 259); Green value is 40 (16.02% from 255 or 15.44% from 259); Blue value is 86 (33.98% from 255 or 33.20% from 259); Max value from RGB is 133 - color contains mainly: red. Hex color #852856 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #852856 is #7AD7A9. Grayscale: #484848. Windows color (decimal): -8050602 or 5646469. OLE color: 5646469.

HSL color Cylindrical-coordinate representation of color #852856: hue angle of 330.32º degrees, saturation: 0.54, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #852856 is Cyan = 0, Magento = 0.70, Yellow = 0.35 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 40 86 -
CMYK 0 0.70 0.35 0.48
HSL 330.32º 0.54% 0.34% -
HSV(B) 330.32º 0.7% 0.52% -
XYZ 12.11 7.18 9.55 -
YUV 73.05 135.31 170.76 -
System Red Green Blue C M Y K H S L
Decimal 133 40 86 0 0.70 0.35 0.48 330.32 0.54 0.34
Hex 85 28 56 0 46 23 30 14A 36 22
Octal 205 50 126 0 106 43 60 512 66 42
Binary 10000101 101000 1010110 0 1000110 100011 110000 101001010 110110 100010

Color Harmonies of #852856

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #852856

Black with #852856

Text Example


Text Example

White with #852856

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #852856; }

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

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

background-color css

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

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

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

border-color css

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

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

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