Html Css Color HEX #8F325B Rose Bud Cherry

📋 copy color: '#8F325B'

red 143 ◦ green 50 ◦ blue 91

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

Shades of Rose Bud Cherry #8F325B

Tints of Rose Bud Cherry #8F325B

RGB

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

 GREEN value IS 50 (19.92% from 255) = 17.61%

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

R = 50.35%
G = 17.61%
B = 32.04%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.36

 K value IS 0.44

RGB Variations

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

Color information

#8F325B (or 0x8F325B) is known color: Rose Bud Cherry. HEX triplet: 8F, 32 and 5B. RGB value is (143,50,91). Sum of RGB (Red+Green+Blue) = 143+50+91=284 (37% of max value = 765). Red value is 143 (56.25% from 255 or 50.35% from 284); Green value is 50 (19.92% from 255 or 17.61% from 284); Blue value is 91 (35.94% from 255 or 32.04% from 284); Max value from RGB is 143 - color contains mainly: red. Hex color #8F325B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8F325B is #70CDA4. Grayscale: #525252. Windows color (decimal): -7392677 or 5976719. OLE color: 5976719.

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

Color convert

RGB 143 50 91 -
CMYK 0 0.65 0.36 0.44
HSL 333.55º 0.48% 0.38% -
HSV(B) 333.55º 0.65% 0.56% -
XYZ 14.36 8.88 10.85 -
YUV 82.48 132.81 171.17 -
System Red Green Blue C M Y K H S L
Decimal 143 50 91 0 0.65 0.36 0.44 333.55 0.48 0.38
Hex 8F 32 5B 0 41 24 2C 14E 30 26
Octal 217 62 133 0 101 44 54 516 60 46
Binary 10001111 110010 1011011 0 1000001 100100 101100 101001110 110000 100110

Color Harmonies of #8F325B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F325B

Black with #8F325B

Text Example


Text Example

White with #8F325B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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