Html Css Color HEX #852A5B Rose Bud Cherry

📋 copy color: '#852A5B'

red 133 ◦ green 42 ◦ blue 91

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

Shades of Rose Bud Cherry #852A5B

Tints of Rose Bud Cherry #852A5B

RGB

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

 GREEN value IS 42 (16.8% from 255) = 15.79%

 BLUE value IS 91 (35.94% from 255) = 34.21%

R = 50%
G = 15.79%
B = 34.21%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.32

 K value IS 0.48

RGB Variations

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

Color information

#852A5B (or 0x852A5B) is known color: Rose Bud Cherry. HEX triplet: 85, 2A and 5B. RGB value is (133,42,91). Sum of RGB (Red+Green+Blue) = 133+42+91=266 (35% of max value = 765). Red value is 133 (52.34% from 255 or 50% from 266); Green value is 42 (16.80% from 255 or 15.79% from 266); Blue value is 91 (35.94% from 255 or 34.21% from 266); Max value from RGB is 133 - color contains mainly: red. Hex color #852A5B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #852A5B is #7AD5A4. Grayscale: #4A4A4A. Windows color (decimal): -8050085 or 5974661. OLE color: 5974661.

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

Color convert

RGB 133 42 91 -
CMYK 0 0.68 0.32 0.48
HSL 327.69º 0.52% 0.34% -
HSV(B) 327.69º 0.68% 0.52% -
XYZ 12.39 7.4 10.67 -
YUV 74.8 137.15 169.52 -
System Red Green Blue C M Y K H S L
Decimal 133 42 91 0 0.68 0.32 0.48 327.69 0.52 0.34
Hex 85 2A 5B 0 44 20 30 148 34 22
Octal 205 52 133 0 104 40 60 510 64 42
Binary 10000101 101010 1011011 0 1000100 100000 110000 101001000 110100 100010

Color Harmonies of #852A5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #852A5B

Black with #852A5B

Text Example


Text Example

White with #852A5B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,42,91); }

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

background-color css

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

 a { background-color: rgb(133,42,91); }

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

border-color css

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

 span { border-color: rgb(133,42,91); }

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