Html Css Color HEX #85154C Rose Bud Cherry

📋 copy color: '#85154C'

red 133 ◦ green 21 ◦ blue 76

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

Shades of Rose Bud Cherry #85154C

Tints of Rose Bud Cherry #85154C

RGB

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

 GREEN value IS 21 (8.59% from 255) = 9.13%

 BLUE value IS 76 (30.08% from 255) = 33.04%

R = 57.83%
G = 9.13%
B = 33.04%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.43

 K value IS 0.48

RGB Variations

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

Color information

#85154C (or 0x85154C) is known color: Rose Bud Cherry. HEX triplet: 85, 15 and 4C. RGB value is (133,21,76). Sum of RGB (Red+Green+Blue) = 133+21+76=230 (30% of max value = 765). Red value is 133 (52.34% from 255 or 57.83% from 230); Green value is 21 (8.59% from 255 or 9.13% from 230); Blue value is 76 (30.08% from 255 or 33.04% from 230); Max value from RGB is 133 - color contains mainly: red. Hex color #85154C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #85154C is #7AEAB3. Grayscale: #3C3C3C. Windows color (decimal): -8055476 or 4986245. OLE color: 4986245.

HSL color Cylindrical-coordinate representation of color #85154C: hue angle of 330.54º degrees, saturation: 0.73, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #85154C is Cyan = 0, Magento = 0.84, Yellow = 0.43 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 21 76 -
CMYK 0 0.84 0.43 0.48
HSL 330.54º 0.73% 0.3% -
HSV(B) 330.54º 0.84% 0.52% -
XYZ 11.25 6.04 7.41 -
YUV 60.76 136.61 179.53 -
System Red Green Blue C M Y K H S L
Decimal 133 21 76 0 0.84 0.43 0.48 330.54 0.73 0.3
Hex 85 15 4C 0 54 2B 30 14B 49 1E
Octal 205 25 114 0 124 53 60 513 111 36
Binary 10000101 10101 1001100 0 1010100 101011 110000 101001011 1001001 11110

Color Harmonies of #85154C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85154C

Black with #85154C

Text Example


Text Example

White with #85154C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #85154C; }

 p { color: rgb(133,21,76); }

 H1.HeaderClassName
 {
   color: #85154C;
 }
 .AnyTagClassName
 {
   color: #85154C;
 }
</style>

background-color css

<style>
 a { background-color: #85154C; }

 a { background-color: rgb(133,21,76); }

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

border-color css

<style>
 span { border-color: #85154C; }

 span { border-color: rgb(133,21,76); }

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