#920247

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

Shades of Jazzberry Jam #920247

Tints of Jazzberry Jam #920247

Color information

#920247 (or 0x920247) is unknown color: approx Jazzberry Jam. HEX triplet: 92, 02 and 47. RGB value is (146,2,71). Sum of RGB (Red+Green+Blue) = 146+2+71=219 (29% of max value = 765). Red value is 146 (57.42% from 255 or 66.67% from 219); Green value is 2 (1.17% from 255 or 0.91% from 219); Blue value is 71 (28.12% from 255 or 32.42% from 219); Max value from RGB is 146 - color contains mainly: red. Hex color #920247 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #920247 is #6DFDB8. Grayscale: #343434. Windows color (decimal): -7208377 or 4653714. OLE color: 4653714.

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

Color convert

RGB146271-
CMYK00.990.510.43
HSL331.25º97.3%29.02%-
HSV(B)331.25º98.63%57.25%-
XYZ13.016.616.55-
YUV52.92138.21194.39-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 66.67%
GREEN value IS 2 (1.17% from 255) = 0.91%
BLUE value IS 71 (28.12% from 255) = 32.42%
R=66.67%
G=0.91%
B=32.42%

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
Decimal14627100.990.510.43331.2597.329.02
Hex92247063332B14b611d
Octal22221070143635351314135
Binary1001001010100011101100011110011101011101001011110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #920247

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #920247; }

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

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

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

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

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

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

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

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