Html Css Color HEX #85114C Rose Bud Cherry

📋 copy color: '#85114C'

red 133 ◦ green 17 ◦ blue 76

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

Shades of Rose Bud Cherry #85114C

Tints of Rose Bud Cherry #85114C

RGB

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

 GREEN value IS 17 (7.03% from 255) = 7.52%

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

R = 58.85%
G = 7.52%
B = 33.63%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.43

 K value IS 0.48

RGB Variations

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

Color information

#85114C (or 0x85114C) is known color: Rose Bud Cherry. HEX triplet: 85, 11 and 4C. RGB value is (133,17,76). Sum of RGB (Red+Green+Blue) = 133+17+76=226 (29% of max value = 765). Red value is 133 (52.34% from 255 or 58.85% from 226); Green value is 17 (7.03% from 255 or 7.52% from 226); Blue value is 76 (30.08% from 255 or 33.63% from 226); Max value from RGB is 133 - color contains mainly: red. Hex color #85114C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #85114C is #7AEEB3. Grayscale: #3A3A3A. Windows color (decimal): -8056500 or 4985221. OLE color: 4985221.

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

Color convert

RGB 133 17 76 -
CMYK 0 0.87 0.43 0.48
HSL 329.48º 0.77% 0.29% -
HSV(B) 329.48º 0.87% 0.52% -
XYZ 11.18 5.91 7.39 -
YUV 58.41 137.93 181.2 -
System Red Green Blue C M Y K H S L
Decimal 133 17 76 0 0.87 0.43 0.48 329.48 0.77 0.29
Hex 85 11 4C 0 57 2B 30 149 4D 1D
Octal 205 21 114 0 127 53 60 511 115 35
Binary 10000101 10001 1001100 0 1010111 101011 110000 101001001 1001101 11101

Color Harmonies of #85114C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85114C

Black with #85114C

Text Example


Text Example

White with #85114C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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