#920148

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

Shades of Jazzberry Jam #920148

Tints of Jazzberry Jam #920148

Color information

#920148 (or 0x920148) is unknown color: approx Jazzberry Jam. HEX triplet: 92, 01 and 48. RGB value is (146,1,72). Sum of RGB (Red+Green+Blue) = 146+1+72=219 (29% of max value = 765). Red value is 146 (57.42% from 255 or 66.67% from 219); Green value is 1 (0.78% from 255 or 0.46% from 219); Blue value is 72 (28.52% from 255 or 32.88% from 219); Max value from RGB is 146 - color contains mainly: red. Hex color #920148 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #920148 is #6DFEB7. Grayscale: #343434. Windows color (decimal): -7208632 or 4718994. OLE color: 4718994.

HSL color Cylindrical-coordinate representation of color #920148: hue angle of 330.62º 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 #920148 is Cyan = 0, Magento = 0.99, Yellow = 0.51 and Black (K on CMYK) = 0.43.

Color convert

RGB146172-
CMYK00.990.510.43
HSL330.62º98.64%28.82%-
HSV(B)330.62º99.32%57.25%-
XYZ13.036.66.72-
YUV52.45139.04194.73-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 66.67%
GREEN value IS 1 (0.78% from 255) = 0.46%
BLUE value IS 72 (28.52% from 255) = 32.88%
R=66.67%
G=0.46%
B=32.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.51
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14617200.990.510.43330.6298.6428.82
Hex92148063332B14b631d
Octal22211100143635351314335
Binary100100101100100001100011110011101011101001011110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #920148

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #920148; }

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

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

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

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

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

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

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

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