#92185F

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

Shades of Jazzberry Jam #92185F

Tints of Jazzberry Jam #92185F

Color information

#92185F (or 0x92185F) is unknown color: approx Jazzberry Jam. HEX triplet: 92, 18 and 5F. RGB value is (146,24,95). Sum of RGB (Red+Green+Blue) = 146+24+95=265 (35% of max value = 765). Red value is 146 (57.42% from 255 or 55.09% from 265); Green value is 24 (9.77% from 255 or 9.06% from 265); Blue value is 95 (37.5% from 255 or 35.85% from 265); Max value from RGB is 146 - color contains mainly: red. Hex color #92185F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #92185F is #6DE7A0. Grayscale: #444444. Windows color (decimal): -7202721 or 6232210. OLE color: 6232210.

HSL color Cylindrical-coordinate representation of color #92185F: hue angle of 325.08º 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 #92185F is Cyan = 0, Magento = 0.84, Yellow = 0.35 and Black (K on CMYK) = 0.43.

Color convert

RGB1462495-
CMYK00.840.350.43
HSL325.08º71.76%33.33%-
HSV(B)325.08º83.56%57.25%-
XYZ14.257.5911.54-
YUV68.57142.92183.23-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 55.09%
GREEN value IS 24 (9.77% from 255) = 9.06%
BLUE value IS 95 (37.5% from 255) = 35.85%
R=55.09%
G=9.06%
B=35.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.35
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal146249500.840.350.43325.0871.7633.33
Hex92185F054232B1454821
Octal222301370124435350511041
Binary10010010110001011111010101001000111010111010001011001000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92185F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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