#8F195F

Color #8F195F Jazzberry Jam (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jazzberry Jam #8F195F

Tints of Jazzberry Jam #8F195F

Color information

#8F195F (or 0x8F195F) is unknown color: approx Jazzberry Jam. HEX triplet: 8F, 19 and 5F. RGB value is (143,25,95). Sum of RGB (Red+Green+Blue) = 143+25+95=263 (34% of max value = 765). Red value is 143 (56.25% from 255 or 54.37% from 263); Green value is 25 (10.16% from 255 or 9.51% from 263); Blue value is 95 (37.5% from 255 or 36.12% from 263); Max value from RGB is 143 - color contains mainly: red. Hex color #8F195F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8F195F is #70E6A0. Grayscale: #444444. Windows color (decimal): -7399073 or 6232463. OLE color: 6232463.

HSL color Cylindrical-coordinate representation of color #8F195F: hue angle of 324.41º 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 #8F195F is Cyan = 0, Magento = 0.83, Yellow = 0.34 and Black (K on CMYK) = 0.44.

Color convert

RGB1432595-
CMYK00.830.340.44
HSL324.41º70.24%32.94%-
HSV(B)324.41º82.52%56.08%-
XYZ13.747.3611.52-
YUV68.26143.09181.31-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 54.37%
GREEN value IS 25 (10.16% from 255) = 9.51%
BLUE value IS 95 (37.5% from 255) = 36.12%
R=54.37%
G=9.51%
B=36.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.34
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal143259500.830.340.44324.4170.2432.94
Hex8F195F053222C1444621
Octal217311370123425450410641
Binary10001111110011011111010100111000101011001010001001000110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F195F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #8F195F;
 }
 .AnyTagClassName
 {
   color: #8F195F;
 }
</style>
background-color css

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

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

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

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

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

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