Html Css Color HEX #85205F Rose Bud Cherry

📋 copy color: '#85205F'

red 133 ◦ green 32 ◦ blue 95

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

Shades of Rose Bud Cherry #85205F

Tints of Rose Bud Cherry #85205F

RGB

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

 GREEN value IS 32 (12.89% from 255) = 12.31%

 BLUE value IS 95 (37.5% from 255) = 36.54%

R = 51.15%
G = 12.31%
B = 36.54%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.29

 K value IS 0.48

RGB Variations

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

Color information

#85205F (or 0x85205F) is known color: Rose Bud Cherry. HEX triplet: 85, 20 and 5F. RGB value is (133,32,95). Sum of RGB (Red+Green+Blue) = 133+32+95=260 (34% of max value = 765). Red value is 133 (52.34% from 255 or 51.15% from 260); Green value is 32 (12.89% from 255 or 12.31% from 260); Blue value is 95 (37.5% from 255 or 36.54% from 260); Max value from RGB is 133 - color contains mainly: red. Hex color #85205F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #85205F is #7ADFA0. Grayscale: #454545. Windows color (decimal): -8052641 or 6234245. OLE color: 6234245.

HSL color Cylindrical-coordinate representation of color #85205F: hue angle of 322.57º degrees, saturation: 0.61, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #85205F is Cyan = 0, Magento = 0.76, Yellow = 0.29 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 32 95 -
CMYK 0 0.76 0.29 0.48
HSL 322.57º 0.61% 0.32% -
HSV(B) 322.57º 0.76% 0.52% -
XYZ 12.25 6.85 11.5 -
YUV 69.38 142.46 173.38 -
System Red Green Blue C M Y K H S L
Decimal 133 32 95 0 0.76 0.29 0.48 322.57 0.61 0.32
Hex 85 20 5F 0 4C 1D 30 143 3D 20
Octal 205 40 137 0 114 35 60 503 75 40
Binary 10000101 100000 1011111 0 1001100 11101 110000 101000011 111101 100000

Color Harmonies of #85205F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85205F

Black with #85205F

Text Example


Text Example

White with #85205F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #85205F; }

 p { color: rgb(133,32,95); }

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

background-color css

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

 a { background-color: rgb(133,32,95); }

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

border-color css

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

 span { border-color: rgb(133,32,95); }

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