Html Css Color HEX #85225E Rose Bud Cherry

📋 copy color: '#85225E'

red 133 ◦ green 34 ◦ blue 94

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

Shades of Rose Bud Cherry #85225E

Tints of Rose Bud Cherry #85225E

RGB

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

 GREEN value IS 34 (13.67% from 255) = 13.03%

 BLUE value IS 94 (37.11% from 255) = 36.02%

R = 50.96%
G = 13.03%
B = 36.02%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.29

 K value IS 0.48

RGB Variations

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

Color information

#85225E (or 0x85225E) is known color: Rose Bud Cherry. HEX triplet: 85, 22 and 5E. RGB value is (133,34,94). Sum of RGB (Red+Green+Blue) = 133+34+94=261 (34% of max value = 765). Red value is 133 (52.34% from 255 or 50.96% from 261); Green value is 34 (13.67% from 255 or 13.03% from 261); Blue value is 94 (37.11% from 255 or 36.02% from 261); Max value from RGB is 133 - color contains mainly: red. Hex color #85225E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #85225E is #7ADDA1. Grayscale: #464646. Windows color (decimal): -8052130 or 6169221. OLE color: 6169221.

HSL color Cylindrical-coordinate representation of color #85225E: hue angle of 323.64º degrees, saturation: 0.59, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #85225E is Cyan = 0, Magento = 0.74, Yellow = 0.29 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 34 94 -
CMYK 0 0.74 0.29 0.48
HSL 323.64º 0.59% 0.33% -
HSV(B) 323.64º 0.74% 0.52% -
XYZ 12.27 6.94 11.28 -
YUV 70.44 141.3 172.62 -
System Red Green Blue C M Y K H S L
Decimal 133 34 94 0 0.74 0.29 0.48 323.64 0.59 0.33
Hex 85 22 5E 0 4A 1D 30 144 3B 21
Octal 205 42 136 0 112 35 60 504 73 41
Binary 10000101 100010 1011110 0 1001010 11101 110000 101000100 111011 100001

Color Harmonies of #85225E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85225E

Black with #85225E

Text Example


Text Example

White with #85225E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #85225E; }

 p { color: rgb(133,34,94); }

 H1.HeaderClassName
 {
   color: #85225E;
 }
 .AnyTagClassName
 {
   color: #85225E;
 }
</style>

background-color css

<style>
 a { background-color: #85225E; }

 a { background-color: rgb(133,34,94); }

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

border-color css

<style>
 span { border-color: #85225E; }

 span { border-color: rgb(133,34,94); }

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