Html Css Color HEX #852758 Rose Bud Cherry

📋 copy color: '#852758'

red 133 ◦ green 39 ◦ blue 88

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

Shades of Rose Bud Cherry #852758

Tints of Rose Bud Cherry #852758

RGB

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

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

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

R = 51.15%
G = 15%
B = 33.85%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.34

 K value IS 0.48

RGB Variations

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

Color information

#852758 (or 0x852758) is known color: Rose Bud Cherry. HEX triplet: 85, 27 and 58. RGB value is (133,39,88). Sum of RGB (Red+Green+Blue) = 133+39+88=260 (34% of max value = 765). Red value is 133 (52.34% from 255 or 51.15% from 260); Green value is 39 (15.62% from 255 or 15% from 260); Blue value is 88 (34.77% from 255 or 33.85% from 260); Max value from RGB is 133 - color contains mainly: red. Hex color #852758 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #852758 is #7AD8A7. Grayscale: #484848. Windows color (decimal): -8050856 or 5777285. OLE color: 5777285.

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

Color convert

RGB 133 39 88 -
CMYK 0 0.71 0.34 0.48
HSL 328.72º 0.55% 0.34% -
HSV(B) 328.72º 0.71% 0.52% -
XYZ 12.16 7.14 9.97 -
YUV 72.69 136.64 171.02 -
System Red Green Blue C M Y K H S L
Decimal 133 39 88 0 0.71 0.34 0.48 328.72 0.55 0.34
Hex 85 27 58 0 47 22 30 149 37 22
Octal 205 47 130 0 107 42 60 511 67 42
Binary 10000101 100111 1011000 0 1000111 100010 110000 101001001 110111 100010

Color Harmonies of #852758

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #852758

Black with #852758

Text Example


Text Example

White with #852758

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #852758; }

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

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

background-color css

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

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

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

border-color css

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

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

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