Html Css Color HEX #85225F Rose Bud Cherry

📋 copy color: '#85225F'

red 133 ◦ green 34 ◦ blue 95

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

Shades of Rose Bud Cherry #85225F

Tints of Rose Bud Cherry #85225F

RGB

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

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

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

R = 50.76%
G = 12.98%
B = 36.26%

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

#85225F (or 0x85225F) is known color: Rose Bud Cherry. HEX triplet: 85, 22 and 5F. RGB value is (133,34,95). Sum of RGB (Red+Green+Blue) = 133+34+95=262 (34% of max value = 765). Red value is 133 (52.34% from 255 or 50.76% from 262); Green value is 34 (13.67% from 255 or 12.98% from 262); Blue value is 95 (37.5% from 255 or 36.26% from 262); Max value from RGB is 133 - color contains mainly: red. Hex color #85225F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #85225F is #7ADDA0. Grayscale: #464646. Windows color (decimal): -8052129 or 6234757. OLE color: 6234757.

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

Color convert

RGB 133 34 95 -
CMYK 0 0.74 0.29 0.48
HSL 323.03º 0.59% 0.33% -
HSV(B) 323.03º 0.74% 0.52% -
XYZ 12.31 6.96 11.52 -
YUV 70.56 141.8 172.54 -
System Red Green Blue C M Y K H S L
Decimal 133 34 95 0 0.74 0.29 0.48 323.03 0.59 0.33
Hex 85 22 5F 0 4A 1D 30 143 3B 21
Octal 205 42 137 0 112 35 60 503 73 41
Binary 10000101 100010 1011111 0 1001010 11101 110000 101000011 111011 100001

Color Harmonies of #85225F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85225F

Black with #85225F

Text Example


Text Example

White with #85225F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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