Html Css Color HEX #8F2C57 Rose Bud Cherry

📋 copy color: '#8F2C57'

red 143 ◦ green 44 ◦ blue 87

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

Shades of Rose Bud Cherry #8F2C57

Tints of Rose Bud Cherry #8F2C57

RGB

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

 GREEN value IS 44 (17.58% from 255) = 16.06%

 BLUE value IS 87 (34.38% from 255) = 31.75%

R = 52.19%
G = 16.06%
B = 31.75%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.39

 K value IS 0.44

RGB Variations

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

Color information

#8F2C57 (or 0x8F2C57) is known color: Rose Bud Cherry. HEX triplet: 8F, 2C and 57. RGB value is (143,44,87). Sum of RGB (Red+Green+Blue) = 143+44+87=274 (36% of max value = 765). Red value is 143 (56.25% from 255 or 52.19% from 274); Green value is 44 (17.58% from 255 or 16.06% from 274); Blue value is 87 (34.38% from 255 or 31.75% from 274); Max value from RGB is 143 - color contains mainly: red. Hex color #8F2C57 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8F2C57 is #70D3A8. Grayscale: #4E4E4E. Windows color (decimal): -7394217 or 5713039. OLE color: 5713039.

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

Color convert

RGB 143 44 87 -
CMYK 0 0.69 0.39 0.44
HSL 333.94º 0.53% 0.37% -
HSV(B) 333.94º 0.69% 0.56% -
XYZ 13.95 8.33 9.89 -
YUV 78.5 132.8 174 -
System Red Green Blue C M Y K H S L
Decimal 143 44 87 0 0.69 0.39 0.44 333.94 0.53 0.37
Hex 8F 2C 57 0 45 27 2C 14E 35 25
Octal 217 54 127 0 105 47 54 516 65 45
Binary 10001111 101100 1010111 0 1000101 100111 101100 101001110 110101 100101

Color Harmonies of #8F2C57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F2C57

Black with #8F2C57

Text Example


Text Example

White with #8F2C57

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,44,87); }

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

background-color css

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

 a { background-color: rgb(143,44,87); }

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

border-color css

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

 span { border-color: rgb(143,44,87); }

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