Html Css Color HEX #85285A Rose Bud Cherry

📋 copy color: '#85285A'

red 133 ◦ green 40 ◦ blue 90

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

Shades of Rose Bud Cherry #85285A

Tints of Rose Bud Cherry #85285A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 34.22%

R = 50.57%
G = 15.21%
B = 34.22%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.32

 K value IS 0.48

RGB Variations

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

Color information

#85285A (or 0x85285A) is known color: Rose Bud Cherry. HEX triplet: 85, 28 and 5A. RGB value is (133,40,90). Sum of RGB (Red+Green+Blue) = 133+40+90=263 (34% of max value = 765). Red value is 133 (52.34% from 255 or 50.57% from 263); Green value is 40 (16.02% from 255 or 15.21% from 263); Blue value is 90 (35.55% from 255 or 34.22% from 263); Max value from RGB is 133 - color contains mainly: red. Hex color #85285A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #85285A is #7AD7A5. Grayscale: #494949. Windows color (decimal): -8050598 or 5908613. OLE color: 5908613.

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

Color convert

RGB 133 40 90 -
CMYK 0 0.70 0.32 0.48
HSL 327.74º 0.54% 0.34% -
HSV(B) 327.74º 0.7% 0.52% -
XYZ 12.28 7.24 10.42 -
YUV 73.51 137.31 170.43 -
System Red Green Blue C M Y K H S L
Decimal 133 40 90 0 0.70 0.32 0.48 327.74 0.54 0.34
Hex 85 28 5A 0 46 20 30 148 36 22
Octal 205 50 132 0 106 40 60 510 66 42
Binary 10000101 101000 1011010 0 1000110 100000 110000 101001000 110110 100010

Color Harmonies of #85285A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85285A

Black with #85285A

Text Example


Text Example

White with #85285A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #85285A; }

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

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

background-color css

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

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

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

border-color css

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

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

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