#92165D

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

Shades of Jazzberry Jam #92165D

Tints of Jazzberry Jam #92165D

Color information

#92165D (or 0x92165D) is unknown color: approx Jazzberry Jam. HEX triplet: 92, 16 and 5D. RGB value is (146,22,93). Sum of RGB (Red+Green+Blue) = 146+22+93=261 (34% of max value = 765). Red value is 146 (57.42% from 255 or 55.94% from 261); Green value is 22 (8.98% from 255 or 8.43% from 261); Blue value is 93 (36.72% from 255 or 35.63% from 261); Max value from RGB is 146 - color contains mainly: red. Hex color #92165D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #92165D is #6DE9A2. Grayscale: #434343. Windows color (decimal): -7203235 or 6100626. OLE color: 6100626.

HSL color Cylindrical-coordinate representation of color #92165D: hue angle of 325.65º degrees, saturation: 0.74, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #92165D is Cyan = 0, Magento = 0.85, Yellow = 0.36 and Black (K on CMYK) = 0.43.

Color convert

RGB1462293-
CMYK00.850.360.43
HSL325.65º73.81%32.94%-
HSV(B)325.65º84.93%57.25%-
XYZ14.127.4811.05-
YUV67.17142.58184.23-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 55.94%
GREEN value IS 22 (8.98% from 255) = 8.43%
BLUE value IS 93 (36.72% from 255) = 35.63%
R=55.94%
G=8.43%
B=35.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.36
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal146229300.850.360.43325.6573.8132.94
Hex92165D055242B1464a21
Octal222261350125445350611241
Binary10010010101101011101010101011001001010111010001101001010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92165D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #92165D; }

 p { color: rgb(146,22,93); }

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

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

 a { background-color: rgb(146,22,93); }

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

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

 span { border-color: rgb(146,22,93); }

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