Html Css Color HEX #8F164F Rose Bud Cherry

📋 copy color: '#8F164F'

red 143 ◦ green 22 ◦ blue 79

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

Shades of Rose Bud Cherry #8F164F

Tints of Rose Bud Cherry #8F164F

RGB

 RED value IS 143 (56.25% from 255) = 58.61%

 GREEN value IS 22 (8.98% from 255) = 9.02%

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

R = 58.61%
G = 9.02%
B = 32.38%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.45

 K value IS 0.44

RGB Variations

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

Color information

#8F164F (or 0x8F164F) is known color: Rose Bud Cherry. HEX triplet: 8F, 16 and 4F. RGB value is (143,22,79). Sum of RGB (Red+Green+Blue) = 143+22+79=244 (32% of max value = 765). Red value is 143 (56.25% from 255 or 58.61% from 244); Green value is 22 (8.98% from 255 or 9.02% from 244); Blue value is 79 (31.25% from 255 or 32.38% from 244); Max value from RGB is 143 - color contains mainly: red. Hex color #8F164F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8F164F is #70E9B0. Grayscale: #404040. Windows color (decimal): -7399857 or 5183119. OLE color: 5183119.

HSL color Cylindrical-coordinate representation of color #8F164F: hue angle of 331.74º degrees, saturation: 0.73, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #8F164F is Cyan = 0, Magento = 0.85, Yellow = 0.45 and Black (K on CMYK) = 0.44.

Color convert

RGB 143 22 79 -
CMYK 0 0.85 0.45 0.44
HSL 331.74º 0.73% 0.32% -
HSV(B) 331.74º 0.85% 0.56% -
XYZ 13.03 6.98 8.06 -
YUV 64.68 136.09 183.87 -
System Red Green Blue C M Y K H S L
Decimal 143 22 79 0 0.85 0.45 0.44 331.74 0.73 0.32
Hex 8F 16 4F 0 55 2D 2C 14C 49 20
Octal 217 26 117 0 125 55 54 514 111 40
Binary 10001111 10110 1001111 0 1010101 101101 101100 101001100 1001001 100000

Color Harmonies of #8F164F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F164F

Black with #8F164F

Text Example


Text Example

White with #8F164F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8F164F; }

 p { color: rgb(143,22,79); }

 H1.HeaderClassName
 {
   color: #8F164F;
 }
 .AnyTagClassName
 {
   color: #8F164F;
 }
</style>

background-color css

<style>
 a { background-color: #8F164F; }

 a { background-color: rgb(143,22,79); }

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

border-color css

<style>
 span { border-color: #8F164F; }

 span { border-color: rgb(143,22,79); }

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