Html Css Color HEX #8F315F Rose Bud Cherry

📋 copy color: '#8F315F'

red 143 ◦ green 49 ◦ blue 95

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

Shades of Rose Bud Cherry #8F315F

Tints of Rose Bud Cherry #8F315F

RGB

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

 GREEN value IS 49 (19.53% from 255) = 17.07%

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

R = 49.83%
G = 17.07%
B = 33.1%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.34

 K value IS 0.44

RGB Variations

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

Color information

#8F315F (or 0x8F315F) is known color: Rose Bud Cherry. HEX triplet: 8F, 31 and 5F. RGB value is (143,49,95). Sum of RGB (Red+Green+Blue) = 143+49+95=287 (38% of max value = 765). Red value is 143 (56.25% from 255 or 49.83% from 287); Green value is 49 (19.53% from 255 or 17.07% from 287); Blue value is 95 (37.5% from 255 or 33.10% from 287); Max value from RGB is 143 - color contains mainly: red. Hex color #8F315F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8F315F is #70CEA0. Grayscale: #525252. Windows color (decimal): -7392929 or 6238607. OLE color: 6238607.

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

Color convert

RGB 143 49 95 -
CMYK 0 0.66 0.34 0.44
HSL 330.64º 0.49% 0.38% -
HSV(B) 330.64º 0.66% 0.56% -
XYZ 14.49 8.86 11.77 -
YUV 82.35 135.14 171.26 -
System Red Green Blue C M Y K H S L
Decimal 143 49 95 0 0.66 0.34 0.44 330.64 0.49 0.38
Hex 8F 31 5F 0 42 22 2C 14B 31 26
Octal 217 61 137 0 102 42 54 513 61 46
Binary 10001111 110001 1011111 0 1000010 100010 101100 101001011 110001 100110

Color Harmonies of #8F315F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F315F

Black with #8F315F

Text Example


Text Example

White with #8F315F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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