#9D064E

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

Shades of Jazzberry Jam #9D064E

Tints of Jazzberry Jam #9D064E

Color information

#9D064E (or 0x9D064E) is unknown color: approx Jazzberry Jam. HEX triplet: 9D, 06 and 4E. RGB value is (157,6,78). Sum of RGB (Red+Green+Blue) = 157+6+78=241 (31% of max value = 765). Red value is 157 (61.72% from 255 or 65.15% from 241); Green value is 6 (2.73% from 255 or 2.49% from 241); Blue value is 78 (30.86% from 255 or 32.37% from 241); Max value from RGB is 157 - color contains mainly: red. Hex color #9D064E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9D064E is #62F9B1. Grayscale: #3B3B3B. Windows color (decimal): -6486450 or 5113501. OLE color: 5113501.

HSL color Cylindrical-coordinate representation of color #9D064E: hue angle of 331.39º degrees, saturation: 0.93, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #9D064E is Cyan = 0, Magento = 0.96, Yellow = 0.50 and Black (K on CMYK) = 0.38.

Color convert

RGB157678-
CMYK00.960.500.38
HSL331.39º92.64%31.96%-
HSV(B)331.39º96.18%61.57%-
XYZ15.347.857.91-
YUV59.36138.53197.65-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 65.15%
GREEN value IS 6 (2.73% from 255) = 2.49%
BLUE value IS 78 (30.86% from 255) = 32.37%
R=65.15%
G=2.49%
B=32.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.50
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15767800.960.500.38331.3992.6431.96
Hex9D64E060322614b5d20
Octal23561160140624651313540
Binary100111011101001110011000001100101001101010010111011101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D064E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9D064E; }

 p { color: rgb(157,6,78); }

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

<style>
 a { background-color: #9D064E; }

 a { background-color: rgb(157,6,78); }

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

<style>
 span { border-color: #9D064E; }

 span { border-color: rgb(157,6,78); }

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