#9D034A

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

Shades of Jazzberry Jam #9D034A

Tints of Jazzberry Jam #9D034A

Color information

#9D034A (or 0x9D034A) is unknown color: approx Jazzberry Jam. HEX triplet: 9D, 03 and 4A. RGB value is (157,3,74). Sum of RGB (Red+Green+Blue) = 157+3+74=234 (30% of max value = 765). Red value is 157 (61.72% from 255 or 67.09% from 234); Green value is 3 (1.56% from 255 or 1.28% from 234); Blue value is 74 (29.30% from 255 or 31.62% from 234); Max value from RGB is 157 - color contains mainly: red. Hex color #9D034A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9D034A is #62FCB5. Grayscale: #393939. Windows color (decimal): -6487222 or 4850589. OLE color: 4850589.

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

Color convert

RGB157374-
CMYK00.980.530.38
HSL332.34º96.25%31.37%-
HSV(B)332.34º98.09%61.57%-
XYZ15.177.737.17-
YUV57.14137.52199.23-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 67.09%
GREEN value IS 3 (1.56% from 255) = 1.28%
BLUE value IS 74 (29.30% from 255) = 31.62%
R=67.09%
G=1.28%
B=31.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.53
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15737400.980.530.38332.3496.2531.37
Hex9D34A062352614c601f
Octal23531120142654651414037
Binary1001110111100101001100010110101100110101001100110000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D034A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,3,74); }

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

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

 a { background-color: rgb(157,3,74); }

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

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

 span { border-color: rgb(157,3,74); }

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