Html Css Color HEX #8F164C Rose Bud Cherry

📋 copy color: '#8F164C'

red 143 ◦ green 22 ◦ blue 76

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

Shades of Rose Bud Cherry #8F164C

Tints of Rose Bud Cherry #8F164C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 31.54%

R = 59.34%
G = 9.13%
B = 31.54%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.47

 K value IS 0.44

RGB Variations

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

Color information

#8F164C (or 0x8F164C) is known color: Rose Bud Cherry. HEX triplet: 8F, 16 and 4C. RGB value is (143,22,76). Sum of RGB (Red+Green+Blue) = 143+22+76=241 (31% of max value = 765). Red value is 143 (56.25% from 255 or 59.34% from 241); Green value is 22 (8.98% from 255 or 9.13% from 241); Blue value is 76 (30.08% from 255 or 31.54% from 241); Max value from RGB is 143 - color contains mainly: red. Hex color #8F164C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8F164C is #70E9B3. Grayscale: #404040. Windows color (decimal): -7399860 or 4986511. OLE color: 4986511.

HSL color Cylindrical-coordinate representation of color #8F164C: hue angle of 333.22º 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 #8F164C is Cyan = 0, Magento = 0.85, Yellow = 0.47 and Black (K on CMYK) = 0.44.

Color convert

RGB 143 22 76 -
CMYK 0 0.85 0.47 0.44
HSL 333.22º 0.73% 0.32% -
HSV(B) 333.22º 0.85% 0.56% -
XYZ 12.92 6.94 7.5 -
YUV 64.34 134.59 184.11 -
System Red Green Blue C M Y K H S L
Decimal 143 22 76 0 0.85 0.47 0.44 333.22 0.73 0.32
Hex 8F 16 4C 0 55 2F 2C 14D 49 20
Octal 217 26 114 0 125 57 54 515 111 40
Binary 10001111 10110 1001100 0 1010101 101111 101100 101001101 1001001 100000

Color Harmonies of #8F164C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F164C

Black with #8F164C

Text Example


Text Example

White with #8F164C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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