#92125F

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

Shades of Jazzberry Jam #92125F

Tints of Jazzberry Jam #92125F

Color information

#92125F (or 0x92125F) is unknown color: approx Jazzberry Jam. HEX triplet: 92, 12 and 5F. RGB value is (146,18,95). Sum of RGB (Red+Green+Blue) = 146+18+95=259 (34% of max value = 765). Red value is 146 (57.42% from 255 or 56.37% from 259); Green value is 18 (7.42% from 255 or 6.95% from 259); Blue value is 95 (37.5% from 255 or 36.68% from 259); Max value from RGB is 146 - color contains mainly: red. Hex color #92125F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #92125F is #6DEDA0. Grayscale: #404040. Windows color (decimal): -7204257 or 6230674. OLE color: 6230674.

HSL color Cylindrical-coordinate representation of color #92125F: hue angle of 323.91º degrees, saturation: 0.78, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #92125F is Cyan = 0, Magento = 0.88, Yellow = 0.35 and Black (K on CMYK) = 0.43.

Color convert

RGB1461895-
CMYK00.880.350.43
HSL323.91º78.05%32.16%-
HSV(B)323.91º87.67%57.25%-
XYZ14.147.3711.5-
YUV65.05144.91185.74-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 56.37%
GREEN value IS 18 (7.42% from 255) = 6.95%
BLUE value IS 95 (37.5% from 255) = 36.68%
R=56.37%
G=6.95%
B=36.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.35
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal146189500.880.350.43323.9178.0532.16
Hex92125F058232B1444e20
Octal222221370130435350411640
Binary10010010100101011111010110001000111010111010001001001110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92125F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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