Html Css Color HEX #8F144F Rose Bud Cherry

📋 copy color: '#8F144F'

red 143 ◦ green 20 ◦ blue 79

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

Shades of Rose Bud Cherry #8F144F

Tints of Rose Bud Cherry #8F144F

RGB

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

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

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

R = 59.09%
G = 8.26%
B = 32.64%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.45

 K value IS 0.44

RGB Variations

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

Color information

#8F144F (or 0x8F144F) is known color: Rose Bud Cherry. HEX triplet: 8F, 14 and 4F. RGB value is (143,20,79). Sum of RGB (Red+Green+Blue) = 143+20+79=242 (32% of max value = 765). Red value is 143 (56.25% from 255 or 59.09% from 242); Green value is 20 (8.20% from 255 or 8.26% from 242); Blue value is 79 (31.25% from 255 or 32.64% from 242); Max value from RGB is 143 - color contains mainly: red. Hex color #8F144F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8F144F is #70EBB0. Grayscale: #3F3F3F. Windows color (decimal): -7400369 or 5182607. OLE color: 5182607.

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

Color convert

RGB 143 20 79 -
CMYK 0 0.86 0.45 0.44
HSL 331.22º 0.75% 0.32% -
HSV(B) 331.22º 0.86% 0.56% -
XYZ 12.99 6.9 8.05 -
YUV 63.5 136.75 184.7 -
System Red Green Blue C M Y K H S L
Decimal 143 20 79 0 0.86 0.45 0.44 331.22 0.75 0.32
Hex 8F 14 4F 0 56 2D 2C 14B 4B 20
Octal 217 24 117 0 126 55 54 513 113 40
Binary 10001111 10100 1001111 0 1010110 101101 101100 101001011 1001011 100000

Color Harmonies of #8F144F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F144F

Black with #8F144F

Text Example


Text Example

White with #8F144F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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