Html Css Color HEX #85144F Rose Bud Cherry

📋 copy color: '#85144F'

red 133 ◦ green 20 ◦ blue 79

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

Shades of Rose Bud Cherry #85144F

Tints of Rose Bud Cherry #85144F

RGB

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

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

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

R = 57.33%
G = 8.62%
B = 34.05%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.41

 K value IS 0.48

RGB Variations

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

Color information

#85144F (or 0x85144F) is known color: Rose Bud Cherry. HEX triplet: 85, 14 and 4F. RGB value is (133,20,79). Sum of RGB (Red+Green+Blue) = 133+20+79=232 (30% of max value = 765). Red value is 133 (52.34% from 255 or 57.33% from 232); Green value is 20 (8.20% from 255 or 8.62% from 232); Blue value is 79 (31.25% from 255 or 34.05% from 232); Max value from RGB is 133 - color contains mainly: red. Hex color #85144F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #85144F is #7AEBB0. Grayscale: #3C3C3C. Windows color (decimal): -8055729 or 5182597. OLE color: 5182597.

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

Color convert

RGB 133 20 79 -
CMYK 0 0.85 0.41 0.48
HSL 328.67º 0.74% 0.3% -
HSV(B) 328.67º 0.85% 0.52% -
XYZ 11.33 6.05 7.97 -
YUV 60.51 138.44 179.7 -
System Red Green Blue C M Y K H S L
Decimal 133 20 79 0 0.85 0.41 0.48 328.67 0.74 0.3
Hex 85 14 4F 0 55 29 30 149 4A 1E
Octal 205 24 117 0 125 51 60 511 112 36
Binary 10000101 10100 1001111 0 1010101 101001 110000 101001001 1001010 11110

Color Harmonies of #85144F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85144F

Black with #85144F

Text Example


Text Example

White with #85144F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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