Html Css Color HEX #8F2F54 Rose Bud Cherry

📋 copy color: '#8F2F54'

red 143 ◦ green 47 ◦ blue 84

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

Shades of Rose Bud Cherry #8F2F54

Tints of Rose Bud Cherry #8F2F54

RGB

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

 GREEN value IS 47 (18.75% from 255) = 17.15%

 BLUE value IS 84 (33.2% from 255) = 30.66%

R = 52.19%
G = 17.15%
B = 30.66%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.41

 K value IS 0.44

RGB Variations

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

Color information

#8F2F54 (or 0x8F2F54) is known color: Rose Bud Cherry. HEX triplet: 8F, 2F and 54. RGB value is (143,47,84). Sum of RGB (Red+Green+Blue) = 143+47+84=274 (36% of max value = 765). Red value is 143 (56.25% from 255 or 52.19% from 274); Green value is 47 (18.75% from 255 or 17.15% from 274); Blue value is 84 (33.20% from 255 or 30.66% from 274); Max value from RGB is 143 - color contains mainly: red. Hex color #8F2F54 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8F2F54 is #70D0AB. Grayscale: #4F4F4F. Windows color (decimal): -7393452 or 5517199. OLE color: 5517199.

HSL color Cylindrical-coordinate representation of color #8F2F54: hue angle of 336.88º degrees, saturation: 0.51, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #8F2F54 is Cyan = 0, Magento = 0.67, Yellow = 0.41 and Black (K on CMYK) = 0.44.

Color convert

RGB 143 47 84 -
CMYK 0 0.67 0.41 0.44
HSL 336.88º 0.51% 0.37% -
HSV(B) 336.88º 0.67% 0.56% -
XYZ 13.94 8.51 9.3 -
YUV 79.92 130.3 172.99 -
System Red Green Blue C M Y K H S L
Decimal 143 47 84 0 0.67 0.41 0.44 336.88 0.51 0.37
Hex 8F 2F 54 0 43 29 2C 151 33 25
Octal 217 57 124 0 103 51 54 521 63 45
Binary 10001111 101111 1010100 0 1000011 101001 101100 101010001 110011 100101

Color Harmonies of #8F2F54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F2F54

Black with #8F2F54

Text Example


Text Example

White with #8F2F54

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,47,84); }

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

background-color css

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

 a { background-color: rgb(143,47,84); }

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

border-color css

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

 span { border-color: rgb(143,47,84); }

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