#92195A

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

Shades of Jazzberry Jam #92195A

Tints of Jazzberry Jam #92195A

Color information

#92195A (or 0x92195A) is unknown color: approx Jazzberry Jam. HEX triplet: 92, 19 and 5A. RGB value is (146,25,90). Sum of RGB (Red+Green+Blue) = 146+25+90=261 (34% of max value = 765). Red value is 146 (57.42% from 255 or 55.94% from 261); Green value is 25 (10.16% from 255 or 9.58% from 261); Blue value is 90 (35.55% from 255 or 34.48% from 261); Max value from RGB is 146 - color contains mainly: red. Hex color #92195A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #92195A is #6DE6A5. Grayscale: #444444. Windows color (decimal): -7202470 or 5904786. OLE color: 5904786.

HSL color Cylindrical-coordinate representation of color #92195A: hue angle of 327.77º degrees, saturation: 0.71, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #92195A is Cyan = 0, Magento = 0.83, Yellow = 0.38 and Black (K on CMYK) = 0.43.

Color convert

RGB1462590-
CMYK00.830.380.43
HSL327.77º70.76%33.53%-
HSV(B)327.77º82.88%57.25%-
XYZ14.057.5410.39-
YUV68.59140.09183.21-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 55.94%
GREEN value IS 25 (10.16% from 255) = 9.58%
BLUE value IS 90 (35.55% from 255) = 34.48%
R=55.94%
G=9.58%
B=34.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.38
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal146259000.830.380.43327.7770.7633.53
Hex92195A053262B1484722
Octal222311320123465351010742
Binary10010010110011011010010100111001101010111010010001000111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92195A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #92195A; }

 p { color: rgb(146,25,90); }

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

<style>
 a { background-color: #92195A; }

 a { background-color: rgb(146,25,90); }

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

<style>
 span { border-color: #92195A; }

 span { border-color: rgb(146,25,90); }

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