Html Css Color HEX #85194F Rose Bud Cherry

📋 copy color: '#85194F'

red 133 ◦ green 25 ◦ blue 79

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

Shades of Rose Bud Cherry #85194F

Tints of Rose Bud Cherry #85194F

RGB

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

 GREEN value IS 25 (10.16% from 255) = 10.55%

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

R = 56.12%
G = 10.55%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.41

 K value IS 0.48

RGB Variations

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

Color information

#85194F (or 0x85194F) is known color: Rose Bud Cherry. HEX triplet: 85, 19 and 4F. RGB value is (133,25,79). Sum of RGB (Red+Green+Blue) = 133+25+79=237 (31% of max value = 765). Red value is 133 (52.34% from 255 or 56.12% from 237); Green value is 25 (10.16% from 255 or 10.55% from 237); Blue value is 79 (31.25% from 255 or 33.33% from 237); Max value from RGB is 133 - color contains mainly: red. Hex color #85194F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #85194F is #7AE6B0. Grayscale: #3F3F3F. Windows color (decimal): -8054449 or 5183877. OLE color: 5183877.

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

Color convert

RGB 133 25 79 -
CMYK 0 0.81 0.41 0.48
HSL 330º 0.68% 0.31% -
HSV(B) 330º 0.81% 0.52% -
XYZ 11.43 6.25 8 -
YUV 63.45 136.78 177.61 -
System Red Green Blue C M Y K H S L
Decimal 133 25 79 0 0.81 0.41 0.48 330 0.68 0.31
Hex 85 19 4F 0 51 29 30 14A 44 1F
Octal 205 31 117 0 121 51 60 512 104 37
Binary 10000101 11001 1001111 0 1010001 101001 110000 101001010 1000100 11111

Color Harmonies of #85194F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85194F

Black with #85194F

Text Example


Text Example

White with #85194F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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