#92074E

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

Shades of Jazzberry Jam #92074E

Tints of Jazzberry Jam #92074E

Color information

#92074E (or 0x92074E) is unknown color: approx Jazzberry Jam. HEX triplet: 92, 07 and 4E. RGB value is (146,7,78). Sum of RGB (Red+Green+Blue) = 146+7+78=231 (30% of max value = 765). Red value is 146 (57.42% from 255 or 63.20% from 231); Green value is 7 (3.12% from 255 or 3.03% from 231); Blue value is 78 (30.86% from 255 or 33.77% from 231); Max value from RGB is 146 - color contains mainly: red. Hex color #92074E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #92074E is #6DF8B1. Grayscale: #383838. Windows color (decimal): -7207090 or 5113746. OLE color: 5113746.

HSL color Cylindrical-coordinate representation of color #92074E: hue angle of 329.35º degrees, saturation: 0.91, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #92074E is Cyan = 0, Magento = 0.95, Yellow = 0.47 and Black (K on CMYK) = 0.43.

Color convert

RGB146778-
CMYK00.950.470.43
HSL329.35º90.85%30%-
HSV(B)329.35º95.21%57.25%-
XYZ13.316.817.82-
YUV56.66140.05191.73-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 63.20%
GREEN value IS 7 (3.12% from 255) = 3.03%
BLUE value IS 78 (30.86% from 255) = 33.77%
R=63.20%
G=3.03%
B=33.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.47
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14677800.950.470.43329.3590.8530
Hex9274E05F2F2B1495b1e
Octal22271160137575351113336
Binary10010010111100111001011111101111101011101001001101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92074E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,7,78); }

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

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

 a { background-color: rgb(146,7,78); }

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

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

 span { border-color: rgb(146,7,78); }

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