Html Css Color HEX #8F144E Rose Bud Cherry

📋 copy color: '#8F144E'

red 143 ◦ green 20 ◦ blue 78

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

Shades of Rose Bud Cherry #8F144E

Tints of Rose Bud Cherry #8F144E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 32.37%

R = 59.34%
G = 8.3%
B = 32.37%

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

#8F144E (or 0x8F144E) is known color: Rose Bud Cherry. HEX triplet: 8F, 14 and 4E. RGB value is (143,20,78). Sum of RGB (Red+Green+Blue) = 143+20+78=241 (31% of max value = 765). Red value is 143 (56.25% from 255 or 59.34% from 241); Green value is 20 (8.20% from 255 or 8.30% from 241); Blue value is 78 (30.86% from 255 or 32.37% from 241); Max value from RGB is 143 - color contains mainly: red. Hex color #8F144E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8F144E is #70EBB1. Grayscale: #3F3F3F. Windows color (decimal): -7400370 or 5117071. OLE color: 5117071.

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

Color convert

RGB 143 20 78 -
CMYK 0 0.86 0.45 0.44
HSL 331.71º 0.75% 0.32% -
HSV(B) 331.71º 0.86% 0.56% -
XYZ 12.95 6.89 7.85 -
YUV 63.39 136.25 184.78 -
System Red Green Blue C M Y K H S L
Decimal 143 20 78 0 0.86 0.45 0.44 331.71 0.75 0.32
Hex 8F 14 4E 0 56 2D 2C 14C 4B 20
Octal 217 24 116 0 126 55 54 514 113 40
Binary 10001111 10100 1001110 0 1010110 101101 101100 101001100 1001011 100000

Color Harmonies of #8F144E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F144E

Black with #8F144E

Text Example


Text Example

White with #8F144E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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