#97073D

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

Shades of Jazzberry Jam #97073D

Tints of Jazzberry Jam #97073D

Color information

#97073D (or 0x97073D) is unknown color: approx Jazzberry Jam. HEX triplet: 97, 07 and 3D. RGB value is (151,7,61). Sum of RGB (Red+Green+Blue) = 151+7+61=219 (29% of max value = 765). Red value is 151 (59.38% from 255 or 68.95% from 219); Green value is 7 (3.12% from 255 or 3.20% from 219); Blue value is 61 (24.22% from 255 or 27.85% from 219); Max value from RGB is 151 - color contains mainly: red. Hex color #97073D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #97073D is #68F8C2. Grayscale: #383838. Windows color (decimal): -6879427 or 3999639. OLE color: 3999639.

HSL color Cylindrical-coordinate representation of color #97073D: hue angle of 337.5º degrees, saturation: 0.91, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #97073D is Cyan = 0, Magento = 0.95, Yellow = 0.60 and Black (K on CMYK) = 0.41.

Color convert

RGB151761-
CMYK00.950.600.41
HSL337.5º91.14%30.98%-
HSV(B)337.5º95.36%59.22%-
XYZ13.687.075.06-
YUV56.21130.71195.61-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 68.95%
GREEN value IS 7 (3.12% from 255) = 3.20%
BLUE value IS 61 (24.22% from 255) = 27.85%
R=68.95%
G=3.20%
B=27.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.60
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15176100.950.600.41337.591.1430.98
Hex9773D05F3C291525b1f
Octal2277750137745152213337
Binary1001011111111110101011111111100101001101010010101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97073D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,7,61); }

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

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

 a { background-color: rgb(151,7,61); }

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

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

 span { border-color: rgb(151,7,61); }

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