Html Css Color HEX #8F144D Rose Bud Cherry

📋 copy color: '#8F144D'

red 143 ◦ green 20 ◦ blue 77

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

Shades of Rose Bud Cherry #8F144D

Tints of Rose Bud Cherry #8F144D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 32.08%

R = 59.58%
G = 8.33%
B = 32.08%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.46

 K value IS 0.44

RGB Variations

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

Color information

#8F144D (or 0x8F144D) is known color: Rose Bud Cherry. HEX triplet: 8F, 14 and 4D. RGB value is (143,20,77). Sum of RGB (Red+Green+Blue) = 143+20+77=240 (31% of max value = 765). Red value is 143 (56.25% from 255 or 59.58% from 240); Green value is 20 (8.20% from 255 or 8.33% from 240); Blue value is 77 (30.47% from 255 or 32.08% from 240); Max value from RGB is 143 - color contains mainly: red. Hex color #8F144D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8F144D is #70EBB2. Grayscale: #3F3F3F. Windows color (decimal): -7400371 or 5051535. OLE color: 5051535.

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

Color convert

RGB 143 20 77 -
CMYK 0 0.86 0.46 0.44
HSL 332.2º 0.75% 0.32% -
HSV(B) 332.2º 0.86% 0.56% -
XYZ 12.92 6.88 7.67 -
YUV 63.28 135.75 184.87 -
System Red Green Blue C M Y K H S L
Decimal 143 20 77 0 0.86 0.46 0.44 332.2 0.75 0.32
Hex 8F 14 4D 0 56 2E 2C 14C 4B 20
Octal 217 24 115 0 126 56 54 514 113 40
Binary 10001111 10100 1001101 0 1010110 101110 101100 101001100 1001011 100000

Color Harmonies of #8F144D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F144D

Black with #8F144D

Text Example


Text Example

White with #8F144D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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