#920440

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

Shades of Jazzberry Jam #920440

Tints of Jazzberry Jam #920440

Color information

#920440 (or 0x920440) is unknown color: approx Jazzberry Jam. HEX triplet: 92, 04 and 40. RGB value is (146,4,64). Sum of RGB (Red+Green+Blue) = 146+4+64=214 (28% of max value = 765). Red value is 146 (57.42% from 255 or 68.22% from 214); Green value is 4 (1.95% from 255 or 1.87% from 214); Blue value is 64 (25.39% from 255 or 29.91% from 214); Max value from RGB is 146 - color contains mainly: red. Hex color #920440 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #920440 is #6DFBBF. Grayscale: #353535. Windows color (decimal): -7207872 or 4195474. OLE color: 4195474.

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

Color convert

RGB146464-
CMYK00.970.560.43
HSL334.65º94.67%29.41%-
HSV(B)334.65º97.26%57.25%-
XYZ12.826.575.44-
YUV53.3134.04194.12-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 68.22%
GREEN value IS 4 (1.95% from 255) = 1.87%
BLUE value IS 64 (25.39% from 255) = 29.91%
R=68.22%
G=1.87%
B=29.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.56
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14646400.970.560.43334.6594.6729.41
Hex92440061382B14f5f1d
Octal22241000141705351713735
Binary10010010100100000001100001111000101011101001111101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #920440

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #920440; }

 p { color: rgb(146,4,64); }

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

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

 a { background-color: rgb(146,4,64); }

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

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

 span { border-color: rgb(146,4,64); }

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