Html Css Color HEX #8F2655 Rose Bud Cherry

📋 copy color: '#8F2655'

red 143 ◦ green 38 ◦ blue 85

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

Shades of Rose Bud Cherry #8F2655

Tints of Rose Bud Cherry #8F2655

RGB

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

 GREEN value IS 38 (15.23% from 255) = 14.29%

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

R = 53.76%
G = 14.29%
B = 31.95%

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

#8F2655 (or 0x8F2655) is known color: Rose Bud Cherry. HEX triplet: 8F, 26 and 55. RGB value is (143,38,85). Sum of RGB (Red+Green+Blue) = 143+38+85=266 (35% of max value = 765). Red value is 143 (56.25% from 255 or 53.76% from 266); Green value is 38 (15.23% from 255 or 14.29% from 266); Blue value is 85 (33.59% from 255 or 31.95% from 266); Max value from RGB is 143 - color contains mainly: red. Hex color #8F2655 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8F2655 is #70D9AA. Grayscale: #4A4A4A. Windows color (decimal): -7395755 or 5580431. OLE color: 5580431.

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

Color convert

RGB 143 38 85 -
CMYK 0 0.73 0.41 0.44
HSL 333.14º 0.58% 0.35% -
HSV(B) 333.14º 0.73% 0.56% -
XYZ 13.66 7.88 9.4 -
YUV 74.75 133.79 176.68 -
System Red Green Blue C M Y K H S L
Decimal 143 38 85 0 0.73 0.41 0.44 333.14 0.58 0.35
Hex 8F 26 55 0 49 29 2C 14D 3A 23
Octal 217 46 125 0 111 51 54 515 72 43
Binary 10001111 100110 1010101 0 1001001 101001 101100 101001101 111010 100011

Color Harmonies of #8F2655

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F2655

Black with #8F2655

Text Example


Text Example

White with #8F2655

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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