Html Css Color HEX #85225B Rose Bud Cherry

📋 copy color: '#85225B'

red 133 ◦ green 34 ◦ blue 91

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

Shades of Rose Bud Cherry #85225B

Tints of Rose Bud Cherry #85225B

RGB

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

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

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

R = 51.55%
G = 13.18%
B = 35.27%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.32

 K value IS 0.48

RGB Variations

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

Color information

#85225B (or 0x85225B) is known color: Rose Bud Cherry. HEX triplet: 85, 22 and 5B. RGB value is (133,34,91). Sum of RGB (Red+Green+Blue) = 133+34+91=258 (34% of max value = 765). Red value is 133 (52.34% from 255 or 51.55% from 258); Green value is 34 (13.67% from 255 or 13.18% from 258); Blue value is 91 (35.94% from 255 or 35.27% from 258); Max value from RGB is 133 - color contains mainly: red. Hex color #85225B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #85225B is #7ADDA4. Grayscale: #454545. Windows color (decimal): -8052133 or 5972613. OLE color: 5972613.

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

Color convert

RGB 133 34 91 -
CMYK 0 0.74 0.32 0.48
HSL 325.45º 0.59% 0.33% -
HSV(B) 325.45º 0.74% 0.52% -
XYZ 12.13 6.89 10.59 -
YUV 70.1 139.8 172.87 -
System Red Green Blue C M Y K H S L
Decimal 133 34 91 0 0.74 0.32 0.48 325.45 0.59 0.33
Hex 85 22 5B 0 4A 20 30 145 3B 21
Octal 205 42 133 0 112 40 60 505 73 41
Binary 10000101 100010 1011011 0 1001010 100000 110000 101000101 111011 100001

Color Harmonies of #85225B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85225B

Black with #85225B

Text Example


Text Example

White with #85225B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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