Html Css Color HEX #85154F Rose Bud Cherry

📋 copy color: '#85154F'

red 133 ◦ green 21 ◦ blue 79

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

Shades of Rose Bud Cherry #85154F

Tints of Rose Bud Cherry #85154F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 33.91%

R = 57.08%
G = 9.01%
B = 33.91%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.41

 K value IS 0.48

RGB Variations

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

Color information

#85154F (or 0x85154F) is known color: Rose Bud Cherry. HEX triplet: 85, 15 and 4F. RGB value is (133,21,79). Sum of RGB (Red+Green+Blue) = 133+21+79=233 (30% of max value = 765). Red value is 133 (52.34% from 255 or 57.08% from 233); Green value is 21 (8.59% from 255 or 9.01% from 233); Blue value is 79 (31.25% from 255 or 33.91% from 233); Max value from RGB is 133 - color contains mainly: red. Hex color #85154F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #85154F is #7AEAB0. Grayscale: #3C3C3C. Windows color (decimal): -8055473 or 5182853. OLE color: 5182853.

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

Color convert

RGB 133 21 79 -
CMYK 0 0.84 0.41 0.48
HSL 328.93º 0.73% 0.3% -
HSV(B) 328.93º 0.84% 0.52% -
XYZ 11.35 6.09 7.97 -
YUV 61.1 138.11 179.28 -
System Red Green Blue C M Y K H S L
Decimal 133 21 79 0 0.84 0.41 0.48 328.93 0.73 0.3
Hex 85 15 4F 0 54 29 30 149 49 1E
Octal 205 25 117 0 124 51 60 511 111 36
Binary 10000101 10101 1001111 0 1010100 101001 110000 101001001 1001001 11110

Color Harmonies of #85154F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85154F

Black with #85154F

Text Example


Text Example

White with #85154F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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