Html Css Color HEX #9D034A Jazzberry Jam

📋 copy color: '#9D034A'

red 157 ◦ green 3 ◦ blue 74

#9D034A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Jazzberry Jam #9D034A

Tints of Jazzberry Jam #9D034A

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.3% from 255) = 31.62%

R = 67.09%
G = 1.28%
B = 31.62%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.53

 K value IS 0.38

RGB Variations

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

Color information

#9D034A (or 0x9D034A) is known color: 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

RGB 157 3 74 -
CMYK 0 0.98 0.53 0.38
HSL 332.34º 0.96% 0.31% -
HSV(B) 332.34º 0.98% 0.62% -
XYZ 15.17 7.73 7.17 -
YUV 57.14 137.52 199.23 -
System Red Green Blue C M Y K H S L
Decimal 157 3 74 0 0.98 0.53 0.38 332.34 0.96 0.31
Hex 9D 3 4A 0 62 35 26 14C 60 1F
Octal 235 3 112 0 142 65 46 514 140 37
Binary 10011101 11 1001010 0 1100010 110101 100110 101001100 1100000 11111

Color Harmonies of #9D034A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D034A

Black with #9D034A

Text Example


Text Example

White with #9D034A

Text Example


Text Example

HTML Codes & Css Web 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>