Html Css Color HEX #85114F Rose Bud Cherry

📋 copy color: '#85114F'

red 133 ◦ green 17 ◦ blue 79

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

Shades of Rose Bud Cherry #85114F

Tints of Rose Bud Cherry #85114F

RGB

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

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

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

R = 58.08%
G = 7.42%
B = 34.5%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.41

 K value IS 0.48

RGB Variations

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

Color information

#85114F (or 0x85114F) is known color: Rose Bud Cherry. HEX triplet: 85, 11 and 4F. RGB value is (133,17,79). Sum of RGB (Red+Green+Blue) = 133+17+79=229 (30% of max value = 765). Red value is 133 (52.34% from 255 or 58.08% from 229); Green value is 17 (7.03% from 255 or 7.42% from 229); Blue value is 79 (31.25% from 255 or 34.50% from 229); Max value from RGB is 133 - color contains mainly: red. Hex color #85114F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #85114F is #7AEEB0. Grayscale: #3A3A3A. Windows color (decimal): -8056497 or 5181829. OLE color: 5181829.

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

Color convert

RGB 133 17 79 -
CMYK 0 0.87 0.41 0.48
HSL 327.93º 0.77% 0.29% -
HSV(B) 327.93º 0.87% 0.52% -
XYZ 11.28 5.95 7.95 -
YUV 58.75 139.43 180.96 -
System Red Green Blue C M Y K H S L
Decimal 133 17 79 0 0.87 0.41 0.48 327.93 0.77 0.29
Hex 85 11 4F 0 57 29 30 148 4D 1D
Octal 205 21 117 0 127 51 60 510 115 35
Binary 10000101 10001 1001111 0 1010111 101001 110000 101001000 1001101 11101

Color Harmonies of #85114F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85114F

Black with #85114F

Text Example


Text Example

White with #85114F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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