Html Css Color HEX #85245F Rose Bud Cherry

📋 copy color: '#85245F'

red 133 ◦ green 36 ◦ blue 95

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

Shades of Rose Bud Cherry #85245F

Tints of Rose Bud Cherry #85245F

RGB

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

 GREEN value IS 36 (14.45% from 255) = 13.64%

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

R = 50.38%
G = 13.64%
B = 35.98%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.29

 K value IS 0.48

RGB Variations

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

Color information

#85245F (or 0x85245F) is known color: Rose Bud Cherry. HEX triplet: 85, 24 and 5F. RGB value is (133,36,95). Sum of RGB (Red+Green+Blue) = 133+36+95=264 (34% of max value = 765). Red value is 133 (52.34% from 255 or 50.38% from 264); Green value is 36 (14.45% from 255 or 13.64% from 264); Blue value is 95 (37.5% from 255 or 35.98% from 264); Max value from RGB is 133 - color contains mainly: red. Hex color #85245F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #85245F is #7ADBA0. Grayscale: #474747. Windows color (decimal): -8051617 or 6235269. OLE color: 6235269.

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

Color convert

RGB 133 36 95 -
CMYK 0 0.73 0.29 0.48
HSL 323.51º 0.57% 0.33% -
HSV(B) 323.51º 0.73% 0.52% -
XYZ 12.37 7.07 11.54 -
YUV 71.73 141.14 171.7 -
System Red Green Blue C M Y K H S L
Decimal 133 36 95 0 0.73 0.29 0.48 323.51 0.57 0.33
Hex 85 24 5F 0 49 1D 30 144 39 21
Octal 205 44 137 0 111 35 60 504 71 41
Binary 10000101 100100 1011111 0 1001001 11101 110000 101000100 111001 100001

Color Harmonies of #85245F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85245F

Black with #85245F

Text Example


Text Example

White with #85245F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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