#97004D

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

Shades of Jazzberry Jam #97004D

Tints of Jazzberry Jam #97004D

Color information

#97004D (or 0x97004D) is unknown color: approx Jazzberry Jam. HEX triplet: 97, 00 and 4D. RGB value is (151,0,77). Sum of RGB (Red+Green+Blue) = 151+0+77=228 (30% of max value = 765). Red value is 151 (59.38% from 255 or 66.23% from 228); Green value is 0 (0.39% from 255 or 0% from 228); Blue value is 77 (30.47% from 255 or 33.77% from 228); Max value from RGB is 151 - color contains mainly: red. Hex color #97004D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #97004D is #68FFB2. Grayscale: #353535. Windows color (decimal): -6881203 or 5046423. OLE color: 5046423.

HSL color Cylindrical-coordinate representation of color #97004D: hue angle of 329.4º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 1%. Process color model (Four color, CMYK) of #97004D is Cyan = 0, Magento = 1, Yellow = 0.49 and Black (K on CMYK) = 0.41.

Color convert

RGB151077-
CMYK010.490.41
HSL329.4º100%29.61%-
HSV(B)329.4º100%59.22%-
XYZ14.17.127.65-
YUV53.93141.03197.24-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 66.23%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 77 (30.47% from 255) = 33.77%
R=66.23%
G=0%
B=33.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.49
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal151077010.490.41329.410029.61
Hex9704D0643129149641e
Octal22701150144615151114436
Binary100101110100110101100100110001101001101001001110010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97004D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #97004D; }

 p { color: rgb(151,0,77); }

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

<style>
 a { background-color: #97004D; }

 a { background-color: rgb(151,0,77); }

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

<style>
 span { border-color: #97004D; }

 span { border-color: rgb(151,0,77); }

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