Html Css Color HEX #9D124A Jazzberry Jam

📋 copy color: '#9D124A'

red 157 ◦ green 18 ◦ blue 74

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

Shades of Jazzberry Jam #9D124A

Tints of Jazzberry Jam #9D124A

RGB

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

 GREEN value IS 18 (7.42% from 255) = 7.23%

 BLUE value IS 74 (29.3% from 255) = 29.72%

R = 63.05%
G = 7.23%
B = 29.72%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.53

 K value IS 0.38

RGB Variations

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

Color information

#9D124A (or 0x9D124A) is known color: Jazzberry Jam. HEX triplet: 9D, 12 and 4A. RGB value is (157,18,74). Sum of RGB (Red+Green+Blue) = 157+18+74=249 (32% of max value = 765). Red value is 157 (61.72% from 255 or 63.05% from 249); Green value is 18 (7.42% from 255 or 7.23% from 249); Blue value is 74 (29.30% from 255 or 29.72% from 249); Max value from RGB is 157 - color contains mainly: red. Hex color #9D124A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9D124A is #62EDB5. Grayscale: #414141. Windows color (decimal): -6483382 or 4854429. OLE color: 4854429.

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

Color convert

RGB 157 18 74 -
CMYK 0 0.89 0.53 0.38
HSL 335.83º 0.79% 0.34% -
HSV(B) 335.83º 0.89% 0.62% -
XYZ 15.36 8.1 7.23 -
YUV 65.95 132.55 192.95 -
System Red Green Blue C M Y K H S L
Decimal 157 18 74 0 0.89 0.53 0.38 335.83 0.79 0.34
Hex 9D 12 4A 0 59 35 26 150 4F 22
Octal 235 22 112 0 131 65 46 520 117 42
Binary 10011101 10010 1001010 0 1011001 110101 100110 101010000 1001111 100010

Color Harmonies of #9D124A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D124A

Black with #9D124A

Text Example


Text Example

White with #9D124A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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