Html Css Color HEX #8F224F Rose Bud Cherry

📋 copy color: '#8F224F'

red 143 ◦ green 34 ◦ blue 79

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

Shades of Rose Bud Cherry #8F224F

Tints of Rose Bud Cherry #8F224F

RGB

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

 GREEN value IS 34 (13.67% from 255) = 13.28%

 BLUE value IS 79 (31.25% from 255) = 30.86%

R = 55.86%
G = 13.28%
B = 30.86%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.45

 K value IS 0.44

RGB Variations

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

Color information

#8F224F (or 0x8F224F) is known color: Rose Bud Cherry. HEX triplet: 8F, 22 and 4F. RGB value is (143,34,79). Sum of RGB (Red+Green+Blue) = 143+34+79=256 (33% of max value = 765). Red value is 143 (56.25% from 255 or 55.86% from 256); Green value is 34 (13.67% from 255 or 13.28% from 256); Blue value is 79 (31.25% from 255 or 30.86% from 256); Max value from RGB is 143 - color contains mainly: red. Hex color #8F224F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8F224F is #70DDB0. Grayscale: #474747. Windows color (decimal): -7396785 or 5186191. OLE color: 5186191.

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

Color convert

RGB 143 34 79 -
CMYK 0 0.76 0.45 0.44
HSL 335.23º 0.62% 0.35% -
HSV(B) 335.23º 0.76% 0.56% -
XYZ 13.31 7.55 8.15 -
YUV 71.72 132.11 178.84 -
System Red Green Blue C M Y K H S L
Decimal 143 34 79 0 0.76 0.45 0.44 335.23 0.62 0.35
Hex 8F 22 4F 0 4C 2D 2C 14F 3E 23
Octal 217 42 117 0 114 55 54 517 76 43
Binary 10001111 100010 1001111 0 1001100 101101 101100 101001111 111110 100011

Color Harmonies of #8F224F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F224F

Black with #8F224F

Text Example


Text Example

White with #8F224F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,34,79); }

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

background-color css

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

 a { background-color: rgb(143,34,79); }

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

border-color css

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

 span { border-color: rgb(143,34,79); }

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