#920143

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

Shades of Jazzberry Jam #920143

Tints of Jazzberry Jam #920143

Color information

#920143 (or 0x920143) is unknown color: approx Jazzberry Jam. HEX triplet: 92, 01 and 43. RGB value is (146,1,67). Sum of RGB (Red+Green+Blue) = 146+1+67=214 (28% of max value = 765). Red value is 146 (57.42% from 255 or 68.22% from 214); Green value is 1 (0.78% from 255 or 0.47% from 214); Blue value is 67 (26.56% from 255 or 31.31% from 214); Max value from RGB is 146 - color contains mainly: red. Hex color #920143 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #920143 is #6DFEBC. Grayscale: #333333. Windows color (decimal): -7208637 or 4391314. OLE color: 4391314.

HSL color Cylindrical-coordinate representation of color #920143: hue angle of 332.69º degrees, saturation: 0.99, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #920143 is Cyan = 0, Magento = 0.99, Yellow = 0.54 and Black (K on CMYK) = 0.43.

Color convert

RGB146167-
CMYK00.990.540.43
HSL332.69º98.64%28.82%-
HSV(B)332.69º99.32%57.25%-
XYZ12.886.545.89-
YUV51.88136.54195.13-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 68.22%
GREEN value IS 1 (0.78% from 255) = 0.47%
BLUE value IS 67 (26.56% from 255) = 31.31%
R=68.22%
G=0.47%
B=31.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.54
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14616700.990.540.43332.6998.6428.82
Hex92143063362B14d631d
Octal22211030143665351514335
Binary100100101100001101100011110110101011101001101110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #920143

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #920143; }

 p { color: rgb(146,1,67); }

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

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

 a { background-color: rgb(146,1,67); }

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

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

 span { border-color: rgb(146,1,67); }

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