#92185D

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

Shades of Jazzberry Jam #92185D

Tints of Jazzberry Jam #92185D

Color information

#92185D (or 0x92185D) is unknown color: approx Jazzberry Jam. HEX triplet: 92, 18 and 5D. RGB value is (146,24,93). Sum of RGB (Red+Green+Blue) = 146+24+93=263 (34% of max value = 765). Red value is 146 (57.42% from 255 or 55.51% from 263); Green value is 24 (9.77% from 255 or 9.13% from 263); Blue value is 93 (36.72% from 255 or 35.36% from 263); Max value from RGB is 146 - color contains mainly: red. Hex color #92185D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #92185D is #6DE7A2. Grayscale: #444444. Windows color (decimal): -7202723 or 6101138. OLE color: 6101138.

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

Color convert

RGB1462493-
CMYK00.840.360.43
HSL326.07º71.76%33.33%-
HSV(B)326.07º83.56%57.25%-
XYZ14.167.5511.07-
YUV68.34141.92183.39-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 55.51%
GREEN value IS 24 (9.77% from 255) = 9.13%
BLUE value IS 93 (36.72% from 255) = 35.36%
R=55.51%
G=9.13%
B=35.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.36
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal146249300.840.360.43326.0771.7633.33
Hex92185D054242B1464821
Octal222301350124445350611041
Binary10010010110001011101010101001001001010111010001101001000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92185D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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