Html Css Color HEX #852D58 Rose Bud Cherry

📋 copy color: '#852D58'

red 133 ◦ green 45 ◦ blue 88

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

Shades of Rose Bud Cherry #852D58

Tints of Rose Bud Cherry #852D58

RGB

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

 GREEN value IS 45 (17.97% from 255) = 16.92%

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

R = 50%
G = 16.92%
B = 33.08%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.34

 K value IS 0.48

RGB Variations

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

Color information

#852D58 (or 0x852D58) is known color: Rose Bud Cherry. HEX triplet: 85, 2D and 58. RGB value is (133,45,88). Sum of RGB (Red+Green+Blue) = 133+45+88=266 (35% of max value = 765). Red value is 133 (52.34% from 255 or 50% from 266); Green value is 45 (17.97% from 255 or 16.92% from 266); Blue value is 88 (34.77% from 255 or 33.08% from 266); Max value from RGB is 133 - color contains mainly: red. Hex color #852D58 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #852D58 is #7AD2A7. Grayscale: #4C4C4C. Windows color (decimal): -8049320 or 5778821. OLE color: 5778821.

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

Color convert

RGB 133 45 88 -
CMYK 0 0.66 0.34 0.48
HSL 330.68º 0.49% 0.35% -
HSV(B) 330.68º 0.66% 0.52% -
XYZ 12.37 7.57 10.04 -
YUV 76.21 134.65 168.5 -
System Red Green Blue C M Y K H S L
Decimal 133 45 88 0 0.66 0.34 0.48 330.68 0.49 0.35
Hex 85 2D 58 0 42 22 30 14B 31 23
Octal 205 55 130 0 102 42 60 513 61 43
Binary 10000101 101101 1011000 0 1000010 100010 110000 101001011 110001 100011

Color Harmonies of #852D58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #852D58

Black with #852D58

Text Example


Text Example

White with #852D58

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #852D58; }

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

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

background-color css

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

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

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

border-color css

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

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

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