Html Css Color HEX #8F355D Rose Bud Cherry

📋 copy color: '#8F355D'

red 143 ◦ green 53 ◦ blue 93

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

Shades of Rose Bud Cherry #8F355D

Tints of Rose Bud Cherry #8F355D

RGB

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

 GREEN value IS 53 (21.09% from 255) = 18.34%

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

R = 49.48%
G = 18.34%
B = 32.18%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.35

 K value IS 0.44

RGB Variations

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

Color information

#8F355D (or 0x8F355D) is known color: Rose Bud Cherry. HEX triplet: 8F, 35 and 5D. RGB value is (143,53,93). Sum of RGB (Red+Green+Blue) = 143+53+93=289 (38% of max value = 765). Red value is 143 (56.25% from 255 or 49.48% from 289); Green value is 53 (21.09% from 255 or 18.34% from 289); Blue value is 93 (36.72% from 255 or 32.18% from 289); Max value from RGB is 143 - color contains mainly: red. Hex color #8F355D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8F355D is #70CAA2. Grayscale: #545454. Windows color (decimal): -7391907 or 6108559. OLE color: 6108559.

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

Color convert

RGB 143 53 93 -
CMYK 0 0.63 0.35 0.44
HSL 333.33º 0.46% 0.38% -
HSV(B) 333.33º 0.63% 0.56% -
XYZ 14.58 9.18 11.36 -
YUV 84.47 132.82 169.75 -
System Red Green Blue C M Y K H S L
Decimal 143 53 93 0 0.63 0.35 0.44 333.33 0.46 0.38
Hex 8F 35 5D 0 3F 23 2C 14D 2E 26
Octal 217 65 135 0 77 43 54 515 56 46
Binary 10001111 110101 1011101 0 111111 100011 101100 101001101 101110 100110

Color Harmonies of #8F355D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F355D

Black with #8F355D

Text Example


Text Example

White with #8F355D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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