Html Css Color HEX #8F345D Rose Bud Cherry

📋 copy color: '#8F345D'

red 143 ◦ green 52 ◦ blue 93

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

Shades of Rose Bud Cherry #8F345D

Tints of Rose Bud Cherry #8F345D

RGB

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

 GREEN value IS 52 (20.7% from 255) = 18.06%

 BLUE value IS 93 (36.72% from 255) = 32.29%

R = 49.65%
G = 18.06%
B = 32.29%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.35

 K value IS 0.44

RGB Variations

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

Color information

#8F345D (or 0x8F345D) is known color: Rose Bud Cherry. HEX triplet: 8F, 34 and 5D. RGB value is (143,52,93). Sum of RGB (Red+Green+Blue) = 143+52+93=288 (38% of max value = 765). Red value is 143 (56.25% from 255 or 49.65% from 288); Green value is 52 (20.70% from 255 or 18.06% from 288); Blue value is 93 (36.72% from 255 or 32.29% from 288); Max value from RGB is 143 - color contains mainly: red. Hex color #8F345D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8F345D is #70CBA2. Grayscale: #535353. Windows color (decimal): -7392163 or 6108303. OLE color: 6108303.

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

Color convert

RGB 143 52 93 -
CMYK 0 0.64 0.35 0.44
HSL 332.97º 0.47% 0.38% -
HSV(B) 332.97º 0.64% 0.56% -
XYZ 14.53 9.09 11.34 -
YUV 83.88 133.15 170.17 -
System Red Green Blue C M Y K H S L
Decimal 143 52 93 0 0.64 0.35 0.44 332.97 0.47 0.38
Hex 8F 34 5D 0 40 23 2C 14D 2F 26
Octal 217 64 135 0 100 43 54 515 57 46
Binary 10001111 110100 1011101 0 1000000 100011 101100 101001101 101111 100110

Color Harmonies of #8F345D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F345D

Black with #8F345D

Text Example


Text Example

White with #8F345D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,52,93); }

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

background-color css

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

 a { background-color: rgb(143,52,93); }

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

border-color css

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

 span { border-color: rgb(143,52,93); }

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