Html Css Color HEX #85224E Rose Bud Cherry

📋 copy color: '#85224E'

red 133 ◦ green 34 ◦ blue 78

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

Shades of Rose Bud Cherry #85224E

Tints of Rose Bud Cherry #85224E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 31.84%

R = 54.29%
G = 13.88%
B = 31.84%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.41

 K value IS 0.48

RGB Variations

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

Color information

#85224E (or 0x85224E) is known color: Rose Bud Cherry. HEX triplet: 85, 22 and 4E. RGB value is (133,34,78). Sum of RGB (Red+Green+Blue) = 133+34+78=245 (32% of max value = 765). Red value is 133 (52.34% from 255 or 54.29% from 245); Green value is 34 (13.67% from 255 or 13.88% from 245); Blue value is 78 (30.86% from 255 or 31.84% from 245); Max value from RGB is 133 - color contains mainly: red. Hex color #85224E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #85224E is #7ADDB1. Grayscale: #444444. Windows color (decimal): -8052146 or 5120645. OLE color: 5120645.

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

Color convert

RGB 133 34 78 -
CMYK 0 0.74 0.41 0.48
HSL 333.33º 0.59% 0.33% -
HSV(B) 333.33º 0.74% 0.52% -
XYZ 11.62 6.68 7.88 -
YUV 68.62 133.3 173.92 -
System Red Green Blue C M Y K H S L
Decimal 133 34 78 0 0.74 0.41 0.48 333.33 0.59 0.33
Hex 85 22 4E 0 4A 29 30 14D 3B 21
Octal 205 42 116 0 112 51 60 515 73 41
Binary 10000101 100010 1001110 0 1001010 101001 110000 101001101 111011 100001

Color Harmonies of #85224E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85224E

Black with #85224E

Text Example


Text Example

White with #85224E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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