Html Css Color HEX #852858 Rose Bud Cherry

📋 copy color: '#852858'

red 133 ◦ green 40 ◦ blue 88

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

Shades of Rose Bud Cherry #852858

Tints of Rose Bud Cherry #852858

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 33.72%

R = 50.96%
G = 15.33%
B = 33.72%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.34

 K value IS 0.48

RGB Variations

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

Color information

#852858 (or 0x852858) is known color: Rose Bud Cherry. HEX triplet: 85, 28 and 58. RGB value is (133,40,88). Sum of RGB (Red+Green+Blue) = 133+40+88=261 (34% of max value = 765). Red value is 133 (52.34% from 255 or 50.96% from 261); Green value is 40 (16.02% from 255 or 15.33% from 261); Blue value is 88 (34.77% from 255 or 33.72% from 261); Max value from RGB is 133 - color contains mainly: red. Hex color #852858 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #852858 is #7AD7A7. Grayscale: #494949. Windows color (decimal): -8050600 or 5777541. OLE color: 5777541.

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

Color convert

RGB 133 40 88 -
CMYK 0 0.70 0.34 0.48
HSL 329.03º 0.54% 0.34% -
HSV(B) 329.03º 0.7% 0.52% -
XYZ 12.19 7.21 9.98 -
YUV 73.28 136.31 170.6 -
System Red Green Blue C M Y K H S L
Decimal 133 40 88 0 0.70 0.34 0.48 329.03 0.54 0.34
Hex 85 28 58 0 46 22 30 149 36 22
Octal 205 50 130 0 106 42 60 511 66 42
Binary 10000101 101000 1011000 0 1000110 100010 110000 101001001 110110 100010

Color Harmonies of #852858

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #852858

Black with #852858

Text Example


Text Example

White with #852858

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #852858; }

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

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

background-color css

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

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

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

border-color css

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

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

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