Html Css Color HEX #8F194C Rose Bud Cherry

📋 copy color: '#8F194C'

red 143 ◦ green 25 ◦ blue 76

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

Shades of Rose Bud Cherry #8F194C

Tints of Rose Bud Cherry #8F194C

RGB

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

 GREEN value IS 25 (10.16% from 255) = 10.25%

 BLUE value IS 76 (30.08% from 255) = 31.15%

R = 58.61%
G = 10.25%
B = 31.15%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.47

 K value IS 0.44

RGB Variations

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

Color information

#8F194C (or 0x8F194C) is known color: Rose Bud Cherry. HEX triplet: 8F, 19 and 4C. RGB value is (143,25,76). Sum of RGB (Red+Green+Blue) = 143+25+76=244 (32% of max value = 765). Red value is 143 (56.25% from 255 or 58.61% from 244); Green value is 25 (10.16% from 255 or 10.25% from 244); Blue value is 76 (30.08% from 255 or 31.15% from 244); Max value from RGB is 143 - color contains mainly: red. Hex color #8F194C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8F194C is #70E6B3. Grayscale: #424242. Windows color (decimal): -7399092 or 4987279. OLE color: 4987279.

HSL color Cylindrical-coordinate representation of color #8F194C: hue angle of 334.07º degrees, saturation: 0.7, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #8F194C is Cyan = 0, Magento = 0.83, Yellow = 0.47 and Black (K on CMYK) = 0.44.

Color convert

RGB 143 25 76 -
CMYK 0 0.83 0.47 0.44
HSL 334.07º 0.7% 0.33% -
HSV(B) 334.07º 0.83% 0.56% -
XYZ 12.98 7.06 7.52 -
YUV 66.1 133.59 182.85 -
System Red Green Blue C M Y K H S L
Decimal 143 25 76 0 0.83 0.47 0.44 334.07 0.7 0.33
Hex 8F 19 4C 0 53 2F 2C 14E 46 21
Octal 217 31 114 0 123 57 54 516 106 41
Binary 10001111 11001 1001100 0 1010011 101111 101100 101001110 1000110 100001

Color Harmonies of #8F194C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F194C

Black with #8F194C

Text Example


Text Example

White with #8F194C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,25,76); }

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

background-color css

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

 a { background-color: rgb(143,25,76); }

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

border-color css

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

 span { border-color: rgb(143,25,76); }

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