Html Css Color HEX #8F285F Rose Bud Cherry

📋 copy color: '#8F285F'

red 143 ◦ green 40 ◦ blue 95

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

Shades of Rose Bud Cherry #8F285F

Tints of Rose Bud Cherry #8F285F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 34.17%

R = 51.44%
G = 14.39%
B = 34.17%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.34

 K value IS 0.44

RGB Variations

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

Color information

#8F285F (or 0x8F285F) is known color: Rose Bud Cherry. HEX triplet: 8F, 28 and 5F. RGB value is (143,40,95). Sum of RGB (Red+Green+Blue) = 143+40+95=278 (36% of max value = 765). Red value is 143 (56.25% from 255 or 51.44% from 278); Green value is 40 (16.02% from 255 or 14.39% from 278); Blue value is 95 (37.5% from 255 or 34.17% from 278); Max value from RGB is 143 - color contains mainly: red. Hex color #8F285F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8F285F is #70D7A0. Grayscale: #4C4C4C. Windows color (decimal): -7395233 or 6236303. OLE color: 6236303.

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

Color convert

RGB 143 40 95 -
CMYK 0 0.72 0.34 0.44
HSL 327.96º 0.56% 0.36% -
HSV(B) 327.96º 0.72% 0.56% -
XYZ 14.15 8.18 11.66 -
YUV 77.07 138.12 175.03 -
System Red Green Blue C M Y K H S L
Decimal 143 40 95 0 0.72 0.34 0.44 327.96 0.56 0.36
Hex 8F 28 5F 0 48 22 2C 148 38 24
Octal 217 50 137 0 110 42 54 510 70 44
Binary 10001111 101000 1011111 0 1001000 100010 101100 101001000 111000 100100

Color Harmonies of #8F285F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F285F

Black with #8F285F

Text Example


Text Example

White with #8F285F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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