Html Css Color HEX #8F2755 Rose Bud Cherry

📋 copy color: '#8F2755'

red 143 ◦ green 39 ◦ blue 85

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

Shades of Rose Bud Cherry #8F2755

Tints of Rose Bud Cherry #8F2755

RGB

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

 GREEN value IS 39 (15.63% from 255) = 14.61%

 BLUE value IS 85 (33.59% from 255) = 31.84%

R = 53.56%
G = 14.61%
B = 31.84%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.41

 K value IS 0.44

RGB Variations

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

Color information

#8F2755 (or 0x8F2755) is known color: Rose Bud Cherry. HEX triplet: 8F, 27 and 55. RGB value is (143,39,85). Sum of RGB (Red+Green+Blue) = 143+39+85=267 (35% of max value = 765). Red value is 143 (56.25% from 255 or 53.56% from 267); Green value is 39 (15.62% from 255 or 14.61% from 267); Blue value is 85 (33.59% from 255 or 31.84% from 267); Max value from RGB is 143 - color contains mainly: red. Hex color #8F2755 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8F2755 is #70D8AA. Grayscale: #4B4B4B. Windows color (decimal): -7395499 or 5580687. OLE color: 5580687.

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

Color convert

RGB 143 39 85 -
CMYK 0 0.73 0.41 0.44
HSL 333.46º 0.57% 0.36% -
HSV(B) 333.46º 0.73% 0.56% -
XYZ 13.69 7.95 9.41 -
YUV 75.34 133.46 176.26 -
System Red Green Blue C M Y K H S L
Decimal 143 39 85 0 0.73 0.41 0.44 333.46 0.57 0.36
Hex 8F 27 55 0 49 29 2C 14D 39 24
Octal 217 47 125 0 111 51 54 515 71 44
Binary 10001111 100111 1010101 0 1001001 101001 101100 101001101 111001 100100

Color Harmonies of #8F2755

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F2755

Black with #8F2755

Text Example


Text Example

White with #8F2755

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,39,85); }

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

background-color css

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

 a { background-color: rgb(143,39,85); }

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

border-color css

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

 span { border-color: rgb(143,39,85); }

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