Html Css Color HEX #85205D Rose Bud Cherry

📋 copy color: '#85205D'

red 133 ◦ green 32 ◦ blue 93

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

Shades of Rose Bud Cherry #85205D

Tints of Rose Bud Cherry #85205D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 36.05%

R = 51.55%
G = 12.4%
B = 36.05%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.30

 K value IS 0.48

RGB Variations

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

Color information

#85205D (or 0x85205D) is known color: Rose Bud Cherry. HEX triplet: 85, 20 and 5D. RGB value is (133,32,93). Sum of RGB (Red+Green+Blue) = 133+32+93=258 (34% of max value = 765). Red value is 133 (52.34% from 255 or 51.55% from 258); Green value is 32 (12.89% from 255 or 12.40% from 258); Blue value is 93 (36.72% from 255 or 36.05% from 258); Max value from RGB is 133 - color contains mainly: red. Hex color #85205D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #85205D is #7ADFA2. Grayscale: #454545. Windows color (decimal): -8052643 or 6103173. OLE color: 6103173.

HSL color Cylindrical-coordinate representation of color #85205D: hue angle of 323.76º 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 #85205D is Cyan = 0, Magento = 0.76, Yellow = 0.30 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 32 93 -
CMYK 0 0.76 0.30 0.48
HSL 323.76º 0.61% 0.32% -
HSV(B) 323.76º 0.76% 0.52% -
XYZ 12.17 6.81 11.03 -
YUV 69.15 141.46 173.54 -
System Red Green Blue C M Y K H S L
Decimal 133 32 93 0 0.76 0.30 0.48 323.76 0.61 0.32
Hex 85 20 5D 0 4C 1E 30 144 3D 20
Octal 205 40 135 0 114 36 60 504 75 40
Binary 10000101 100000 1011101 0 1001100 11110 110000 101000100 111101 100000

Color Harmonies of #85205D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85205D

Black with #85205D

Text Example


Text Example

White with #85205D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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