Html Css Color HEX #8F2950 Rose Bud Cherry

📋 copy color: '#8F2950'

red 143 ◦ green 41 ◦ blue 80

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

Shades of Rose Bud Cherry #8F2950

Tints of Rose Bud Cherry #8F2950

RGB

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

 GREEN value IS 41 (16.41% from 255) = 15.53%

 BLUE value IS 80 (31.64% from 255) = 30.3%

R = 54.17%
G = 15.53%
B = 30.3%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.44

 K value IS 0.44

RGB Variations

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

Color information

#8F2950 (or 0x8F2950) is known color: Rose Bud Cherry. HEX triplet: 8F, 29 and 50. RGB value is (143,41,80). Sum of RGB (Red+Green+Blue) = 143+41+80=264 (34% of max value = 765). Red value is 143 (56.25% from 255 or 54.17% from 264); Green value is 41 (16.41% from 255 or 15.53% from 264); Blue value is 80 (31.64% from 255 or 30.30% from 264); Max value from RGB is 143 - color contains mainly: red. Hex color #8F2950 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8F2950 is #70D6AF. Grayscale: #4B4B4B. Windows color (decimal): -7394992 or 5253519. OLE color: 5253519.

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

Color convert

RGB 143 41 80 -
CMYK 0 0.71 0.44 0.44
HSL 337.06º 0.55% 0.36% -
HSV(B) 337.06º 0.71% 0.56% -
XYZ 13.57 8 8.42 -
YUV 75.94 130.29 175.83 -
System Red Green Blue C M Y K H S L
Decimal 143 41 80 0 0.71 0.44 0.44 337.06 0.55 0.36
Hex 8F 29 50 0 47 2C 2C 151 37 24
Octal 217 51 120 0 107 54 54 521 67 44
Binary 10001111 101001 1010000 0 1000111 101100 101100 101010001 110111 100100

Color Harmonies of #8F2950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F2950

Black with #8F2950

Text Example


Text Example

White with #8F2950

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,41,80); }

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

background-color css

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

 a { background-color: rgb(143,41,80); }

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

border-color css

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

 span { border-color: rgb(143,41,80); }

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