#92125E

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

Shades of Jazzberry Jam #92125E

Tints of Jazzberry Jam #92125E

Color information

#92125E (or 0x92125E) is unknown color: approx Jazzberry Jam. HEX triplet: 92, 12 and 5E. RGB value is (146,18,94). Sum of RGB (Red+Green+Blue) = 146+18+94=258 (34% of max value = 765). Red value is 146 (57.42% from 255 or 56.59% from 258); Green value is 18 (7.42% from 255 or 6.98% from 258); Blue value is 94 (37.11% from 255 or 36.43% from 258); Max value from RGB is 146 - color contains mainly: red. Hex color #92125E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #92125E is #6DEDA1. Grayscale: #404040. Windows color (decimal): -7204258 or 6165138. OLE color: 6165138.

HSL color Cylindrical-coordinate representation of color #92125E: hue angle of 324.38º 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 #92125E is Cyan = 0, Magento = 0.88, Yellow = 0.36 and Black (K on CMYK) = 0.43.

Color convert

RGB1461894-
CMYK00.880.360.43
HSL324.38º78.05%32.16%-
HSV(B)324.38º87.67%57.25%-
XYZ14.097.3511.27-
YUV64.94144.41185.82-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 56.59%
GREEN value IS 18 (7.42% from 255) = 6.98%
BLUE value IS 94 (37.11% from 255) = 36.43%
R=56.59%
G=6.98%
B=36.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.36
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal146189400.880.360.43324.3878.0532.16
Hex92125E058242B1444e20
Octal222221360130445350411640
Binary10010010100101011110010110001001001010111010001001001110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92125E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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