Html Css Color HEX #9D0A49 Jazzberry Jam

📋 copy color: '#9D0A49'

red 157 ◦ green 10 ◦ blue 73

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

Shades of Jazzberry Jam #9D0A49

Tints of Jazzberry Jam #9D0A49

RGB

 RED value IS 157 (61.72% from 255) = 65.42%

 GREEN value IS 10 (4.3% from 255) = 4.17%

 BLUE value IS 73 (28.91% from 255) = 30.42%

R = 65.42%
G = 4.17%
B = 30.42%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.54

 K value IS 0.38

RGB Variations

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

Color information

#9D0A49 (or 0x9D0A49) is known color: Jazzberry Jam. HEX triplet: 9D, 0A and 49. RGB value is (157,10,73). Sum of RGB (Red+Green+Blue) = 157+10+73=240 (31% of max value = 765). Red value is 157 (61.72% from 255 or 65.42% from 240); Green value is 10 (4.30% from 255 or 4.17% from 240); Blue value is 73 (28.91% from 255 or 30.42% from 240); Max value from RGB is 157 - color contains mainly: red. Hex color #9D0A49 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9D0A49 is #62F5B6. Grayscale: #3D3D3D. Windows color (decimal): -6485431 or 4786845. OLE color: 4786845.

HSL color Cylindrical-coordinate representation of color #9D0A49: hue angle of 334.29º degrees, saturation: 0.88, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #9D0A49 is Cyan = 0, Magento = 0.94, Yellow = 0.54 and Black (K on CMYK) = 0.38.

Color convert

RGB 157 10 73 -
CMYK 0 0.94 0.54 0.38
HSL 334.29º 0.88% 0.33% -
HSV(B) 334.29º 0.94% 0.62% -
XYZ 15.22 7.87 7.02 -
YUV 61.14 134.7 196.38 -
System Red Green Blue C M Y K H S L
Decimal 157 10 73 0 0.94 0.54 0.38 334.29 0.88 0.33
Hex 9D A 49 0 5E 36 26 14E 58 21
Octal 235 12 111 0 136 66 46 516 130 41
Binary 10011101 1010 1001001 0 1011110 110110 100110 101001110 1011000 100001

Color Harmonies of #9D0A49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D0A49

Black with #9D0A49

Text Example


Text Example

White with #9D0A49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,10,73); }

 H1.HeaderClassName
 {
   color: #9D0A49;
 }
 .AnyTagClassName
 {
   color: #9D0A49;
 }
</style>

background-color css

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

 a { background-color: rgb(157,10,73); }

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

border-color css

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

 span { border-color: rgb(157,10,73); }

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