Html Css Color HEX #85184F Rose Bud Cherry

📋 copy color: '#85184F'

red 133 ◦ green 24 ◦ blue 79

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

Shades of Rose Bud Cherry #85184F

Tints of Rose Bud Cherry #85184F

RGB

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

 GREEN value IS 24 (9.77% from 255) = 10.17%

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

R = 56.36%
G = 10.17%
B = 33.47%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.41

 K value IS 0.48

RGB Variations

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

Color information

#85184F (or 0x85184F) is known color: Rose Bud Cherry. HEX triplet: 85, 18 and 4F. RGB value is (133,24,79). Sum of RGB (Red+Green+Blue) = 133+24+79=236 (31% of max value = 765). Red value is 133 (52.34% from 255 or 56.36% from 236); Green value is 24 (9.77% from 255 or 10.17% from 236); Blue value is 79 (31.25% from 255 or 33.47% from 236); Max value from RGB is 133 - color contains mainly: red. Hex color #85184F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #85184F is #7AE7B0. Grayscale: #3E3E3E. Windows color (decimal): -8054705 or 5183621. OLE color: 5183621.

HSL color Cylindrical-coordinate representation of color #85184F: hue angle of 329.72º degrees, saturation: 0.69, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #85184F is Cyan = 0, Magento = 0.82, Yellow = 0.41 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 24 79 -
CMYK 0 0.82 0.41 0.48
HSL 329.72º 0.69% 0.31% -
HSV(B) 329.72º 0.82% 0.52% -
XYZ 11.41 6.2 7.99 -
YUV 62.86 137.11 178.03 -
System Red Green Blue C M Y K H S L
Decimal 133 24 79 0 0.82 0.41 0.48 329.72 0.69 0.31
Hex 85 18 4F 0 52 29 30 14A 45 1F
Octal 205 30 117 0 122 51 60 512 105 37
Binary 10000101 11000 1001111 0 1010010 101001 110000 101001010 1000101 11111

Color Harmonies of #85184F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85184F

Black with #85184F

Text Example


Text Example

White with #85184F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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