#92074F

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

Shades of Jazzberry Jam #92074F

Tints of Jazzberry Jam #92074F

Color information

#92074F (or 0x92074F) is unknown color: approx Jazzberry Jam. HEX triplet: 92, 07 and 4F. RGB value is (146,7,79). Sum of RGB (Red+Green+Blue) = 146+7+79=232 (30% of max value = 765). Red value is 146 (57.42% from 255 or 62.93% from 232); Green value is 7 (3.12% from 255 or 3.02% from 232); Blue value is 79 (31.25% from 255 or 34.05% from 232); Max value from RGB is 146 - color contains mainly: red. Hex color #92074F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #92074F is #6DF8B0. Grayscale: #383838. Windows color (decimal): -7207089 or 5179282. OLE color: 5179282.

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

Color convert

RGB146779-
CMYK00.950.460.43
HSL328.92º90.85%30%-
HSV(B)328.92º95.21%57.25%-
XYZ13.346.838.01-
YUV56.77140.55191.65-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 62.93%
GREEN value IS 7 (3.12% from 255) = 3.02%
BLUE value IS 79 (31.25% from 255) = 34.05%
R=62.93%
G=3.02%
B=34.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.46
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14677900.950.460.43328.9290.8530
Hex9274F05F2E2B1495b1e
Octal22271170137565351113336
Binary10010010111100111101011111101110101011101001001101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92074F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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