Html Css Color HEX #85144C Rose Bud Cherry

📋 copy color: '#85144C'

red 133 ◦ green 20 ◦ blue 76

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

Shades of Rose Bud Cherry #85144C

Tints of Rose Bud Cherry #85144C

RGB

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

 GREEN value IS 20 (8.2% from 255) = 8.73%

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

R = 58.08%
G = 8.73%
B = 33.19%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.43

 K value IS 0.48

RGB Variations

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

Color information

#85144C (or 0x85144C) is known color: Rose Bud Cherry. HEX triplet: 85, 14 and 4C. RGB value is (133,20,76). Sum of RGB (Red+Green+Blue) = 133+20+76=229 (30% of max value = 765). Red value is 133 (52.34% from 255 or 58.08% from 229); Green value is 20 (8.20% from 255 or 8.73% from 229); Blue value is 76 (30.08% from 255 or 33.19% from 229); Max value from RGB is 133 - color contains mainly: red. Hex color #85144C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #85144C is #7AEBB3. Grayscale: #3C3C3C. Windows color (decimal): -8055732 or 4985989. OLE color: 4985989.

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

Color convert

RGB 133 20 76 -
CMYK 0 0.85 0.43 0.48
HSL 330.27º 0.74% 0.3% -
HSV(B) 330.27º 0.85% 0.52% -
XYZ 11.23 6.01 7.41 -
YUV 60.17 136.94 179.95 -
System Red Green Blue C M Y K H S L
Decimal 133 20 76 0 0.85 0.43 0.48 330.27 0.74 0.3
Hex 85 14 4C 0 55 2B 30 14A 4A 1E
Octal 205 24 114 0 125 53 60 512 112 36
Binary 10000101 10100 1001100 0 1010101 101011 110000 101001010 1001010 11110

Color Harmonies of #85144C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85144C

Black with #85144C

Text Example


Text Example

White with #85144C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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