Html Css Color HEX #8F2B55 Rose Bud Cherry

📋 copy color: '#8F2B55'

red 143 ◦ green 43 ◦ blue 85

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

Shades of Rose Bud Cherry #8F2B55

Tints of Rose Bud Cherry #8F2B55

RGB

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

 GREEN value IS 43 (17.19% from 255) = 15.87%

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

R = 52.77%
G = 15.87%
B = 31.37%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.41

 K value IS 0.44

RGB Variations

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

Color information

#8F2B55 (or 0x8F2B55) is known color: Rose Bud Cherry. HEX triplet: 8F, 2B and 55. RGB value is (143,43,85). Sum of RGB (Red+Green+Blue) = 143+43+85=271 (35% of max value = 765). Red value is 143 (56.25% from 255 or 52.77% from 271); Green value is 43 (17.19% from 255 or 15.87% from 271); Blue value is 85 (33.59% from 255 or 31.37% from 271); Max value from RGB is 143 - color contains mainly: red. Hex color #8F2B55 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8F2B55 is #70D4AA. Grayscale: #4D4D4D. Windows color (decimal): -7394475 or 5581711. OLE color: 5581711.

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

Color convert

RGB 143 43 85 -
CMYK 0 0.70 0.41 0.44
HSL 334.8º 0.54% 0.36% -
HSV(B) 334.8º 0.7% 0.56% -
XYZ 13.83 8.22 9.45 -
YUV 77.69 132.13 174.58 -
System Red Green Blue C M Y K H S L
Decimal 143 43 85 0 0.70 0.41 0.44 334.8 0.54 0.36
Hex 8F 2B 55 0 46 29 2C 14F 36 24
Octal 217 53 125 0 106 51 54 517 66 44
Binary 10001111 101011 1010101 0 1000110 101001 101100 101001111 110110 100100

Color Harmonies of #8F2B55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F2B55

Black with #8F2B55

Text Example


Text Example

White with #8F2B55

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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