Html Css Color HEX #8F274F Rose Bud Cherry

📋 copy color: '#8F274F'

red 143 ◦ green 39 ◦ blue 79

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

Shades of Rose Bud Cherry #8F274F

Tints of Rose Bud Cherry #8F274F

RGB

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

 GREEN value IS 39 (15.63% from 255) = 14.94%

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

R = 54.79%
G = 14.94%
B = 30.27%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.45

 K value IS 0.44

RGB Variations

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

Color information

#8F274F (or 0x8F274F) is known color: Rose Bud Cherry. HEX triplet: 8F, 27 and 4F. RGB value is (143,39,79). Sum of RGB (Red+Green+Blue) = 143+39+79=261 (34% of max value = 765). Red value is 143 (56.25% from 255 or 54.79% from 261); Green value is 39 (15.62% from 255 or 14.94% from 261); Blue value is 79 (31.25% from 255 or 30.27% from 261); Max value from RGB is 143 - color contains mainly: red. Hex color #8F274F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8F274F is #70D8B0. Grayscale: #4A4A4A. Windows color (decimal): -7395505 or 5187471. OLE color: 5187471.

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

Color convert

RGB 143 39 79 -
CMYK 0 0.73 0.45 0.44
HSL 336.92º 0.57% 0.36% -
HSV(B) 336.92º 0.73% 0.56% -
XYZ 13.46 7.86 8.2 -
YUV 74.66 130.46 176.75 -
System Red Green Blue C M Y K H S L
Decimal 143 39 79 0 0.73 0.45 0.44 336.92 0.57 0.36
Hex 8F 27 4F 0 49 2D 2C 151 39 24
Octal 217 47 117 0 111 55 54 521 71 44
Binary 10001111 100111 1001111 0 1001001 101101 101100 101010001 111001 100100

Color Harmonies of #8F274F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F274F

Black with #8F274F

Text Example


Text Example

White with #8F274F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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