#8C0142

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

Shades of Jazzberry Jam #8C0142

Tints of Jazzberry Jam #8C0142

Color information

#8C0142 (or 0x8C0142) is unknown color: approx Jazzberry Jam. HEX triplet: 8C, 01 and 42. RGB value is (140,1,66). Sum of RGB (Red+Green+Blue) = 140+1+66=207 (27% of max value = 765). Red value is 140 (55.08% from 255 or 67.63% from 207); Green value is 1 (0.78% from 255 or 0.48% from 207); Blue value is 66 (26.17% from 255 or 31.88% from 207); Max value from RGB is 140 - color contains mainly: red. Hex color #8C0142 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8C0142 is #73FEBD. Grayscale: #313131. Windows color (decimal): -7601854 or 4325772. OLE color: 4325772.

HSL color Cylindrical-coordinate representation of color #8C0142: hue angle of 331.94º degrees, saturation: 0.99, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8C0142 is Cyan = 0, Magento = 0.99, Yellow = 0.53 and Black (K on CMYK) = 0.45.

Color convert

RGB140166-
CMYK00.990.530.45
HSL331.94º98.58%27.65%-
HSV(B)331.94º99.29%54.9%-
XYZ11.815.995.69-
YUV49.97137.05192.21-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 67.63%
GREEN value IS 1 (0.78% from 255) = 0.48%
BLUE value IS 66 (26.17% from 255) = 31.88%
R=67.63%
G=0.48%
B=31.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.53
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal14016600.990.530.45331.9498.5827.65
Hex8C142063352D14c631c
Octal21411020143655551414334
Binary100011001100001001100011110101101101101001100110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C0142

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,1,66); }

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

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

 a { background-color: rgb(140,1,66); }

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

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

 span { border-color: rgb(140,1,66); }

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