#920246

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

Shades of Jazzberry Jam #920246

Tints of Jazzberry Jam #920246

Color information

#920246 (or 0x920246) is unknown color: approx Jazzberry Jam. HEX triplet: 92, 02 and 46. RGB value is (146,2,70). Sum of RGB (Red+Green+Blue) = 146+2+70=218 (28% of max value = 765). Red value is 146 (57.42% from 255 or 66.97% from 218); Green value is 2 (1.17% from 255 or 0.92% from 218); Blue value is 70 (27.73% from 255 or 32.11% from 218); Max value from RGB is 146 - color contains mainly: red. Hex color #920246 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #920246 is #6DFDB9. Grayscale: #343434. Windows color (decimal): -7208378 or 4588178. OLE color: 4588178.

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

Color convert

RGB146270-
CMYK00.990.520.43
HSL331.67º97.3%29.02%-
HSV(B)331.67º98.63%57.25%-
XYZ12.986.66.38-
YUV52.81137.71194.47-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 66.97%
GREEN value IS 2 (1.17% from 255) = 0.92%
BLUE value IS 70 (27.73% from 255) = 32.11%
R=66.97%
G=0.92%
B=32.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.52
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14627000.990.520.43331.6797.329.02
Hex92246063342B14c611d
Octal22221060143645351414135
Binary1001001010100011001100011110100101011101001100110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #920246

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #920246; }

 p { color: rgb(146,2,70); }

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

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

 a { background-color: rgb(146,2,70); }

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

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

 span { border-color: rgb(146,2,70); }

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