#97114E

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

Shades of Jazzberry Jam #97114E

Tints of Jazzberry Jam #97114E

Color information

#97114E (or 0x97114E) is unknown color: approx Jazzberry Jam. HEX triplet: 97, 11 and 4E. RGB value is (151,17,78). Sum of RGB (Red+Green+Blue) = 151+17+78=246 (32% of max value = 765). Red value is 151 (59.38% from 255 or 61.38% from 246); Green value is 17 (7.03% from 255 or 6.91% from 246); Blue value is 78 (30.86% from 255 or 31.71% from 246); Max value from RGB is 151 - color contains mainly: red. Hex color #97114E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #97114E is #68EEB1. Grayscale: #3F3F3F. Windows color (decimal): -6876850 or 5116311. OLE color: 5116311.

HSL color Cylindrical-coordinate representation of color #97114E: hue angle of 332.69º degrees, saturation: 0.8, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #97114E is Cyan = 0, Magento = 0.89, Yellow = 0.48 and Black (K on CMYK) = 0.41.

Color convert

RGB1511778-
CMYK00.890.480.41
HSL332.69º79.76%32.94%-
HSV(B)332.69º88.74%59.22%-
XYZ14.347.537.91-
YUV64.02135.89190.04-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 61.38%
GREEN value IS 17 (7.03% from 255) = 6.91%
BLUE value IS 78 (30.86% from 255) = 31.71%
R=61.38%
G=6.91%
B=31.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.48
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal151177800.890.480.41332.6979.7632.94
Hex97114E059302914d5021
Octal227211160131605151512041
Binary10010111100011001110010110011100001010011010011011010000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97114E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,17,78); }

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

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

 a { background-color: rgb(151,17,78); }

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

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

 span { border-color: rgb(151,17,78); }

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