Html Css Color HEX #8F285B Rose Bud Cherry

📋 copy color: '#8F285B'

red 143 ◦ green 40 ◦ blue 91

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

Shades of Rose Bud Cherry #8F285B

Tints of Rose Bud Cherry #8F285B

RGB

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

 GREEN value IS 40 (16.02% from 255) = 14.6%

 BLUE value IS 91 (35.94% from 255) = 33.21%

R = 52.19%
G = 14.6%
B = 33.21%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.36

 K value IS 0.44

RGB Variations

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

Color information

#8F285B (or 0x8F285B) is known color: Rose Bud Cherry. HEX triplet: 8F, 28 and 5B. RGB value is (143,40,91). Sum of RGB (Red+Green+Blue) = 143+40+91=274 (36% of max value = 765). Red value is 143 (56.25% from 255 or 52.19% from 274); Green value is 40 (16.02% from 255 or 14.60% from 274); Blue value is 91 (35.94% from 255 or 33.21% from 274); Max value from RGB is 143 - color contains mainly: red. Hex color #8F285B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8F285B is #70D7A4. Grayscale: #4C4C4C. Windows color (decimal): -7395237 or 5974159. OLE color: 5974159.

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

Color convert

RGB 143 40 91 -
CMYK 0 0.72 0.36 0.44
HSL 330.29º 0.56% 0.36% -
HSV(B) 330.29º 0.72% 0.56% -
XYZ 13.97 8.11 10.73 -
YUV 76.61 136.12 175.35 -
System Red Green Blue C M Y K H S L
Decimal 143 40 91 0 0.72 0.36 0.44 330.29 0.56 0.36
Hex 8F 28 5B 0 48 24 2C 14A 38 24
Octal 217 50 133 0 110 44 54 512 70 44
Binary 10001111 101000 1011011 0 1001000 100100 101100 101001010 111000 100100

Color Harmonies of #8F285B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F285B

Black with #8F285B

Text Example


Text Example

White with #8F285B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,40,91); }

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

background-color css

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

 a { background-color: rgb(143,40,91); }

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

border-color css

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

 span { border-color: rgb(143,40,91); }

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