Html Css Color HEX #9D134A Jazzberry Jam

📋 copy color: '#9D134A'

red 157 ◦ green 19 ◦ blue 74

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

Shades of Jazzberry Jam #9D134A

Tints of Jazzberry Jam #9D134A

RGB

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

 GREEN value IS 19 (7.81% from 255) = 7.6%

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

R = 62.8%
G = 7.6%
B = 29.6%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.53

 K value IS 0.38

RGB Variations

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

Color information

#9D134A (or 0x9D134A) is known color: Jazzberry Jam. HEX triplet: 9D, 13 and 4A. RGB value is (157,19,74). Sum of RGB (Red+Green+Blue) = 157+19+74=250 (33% of max value = 765). Red value is 157 (61.72% from 255 or 62.8% from 250); Green value is 19 (7.81% from 255 or 7.6% from 250); Blue value is 74 (29.30% from 255 or 29.6% from 250); Max value from RGB is 157 - color contains mainly: red. Hex color #9D134A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9D134A is #62ECB5. Grayscale: #424242. Windows color (decimal): -6483126 or 4854685. OLE color: 4854685.

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

Color convert

RGB 157 19 74 -
CMYK 0 0.88 0.53 0.38
HSL 336.09º 0.78% 0.35% -
HSV(B) 336.09º 0.88% 0.62% -
XYZ 15.37 8.13 7.24 -
YUV 66.53 132.22 192.53 -
System Red Green Blue C M Y K H S L
Decimal 157 19 74 0 0.88 0.53 0.38 336.09 0.78 0.35
Hex 9D 13 4A 0 58 35 26 150 4E 23
Octal 235 23 112 0 130 65 46 520 116 43
Binary 10011101 10011 1001010 0 1011000 110101 100110 101010000 1001110 100011

Color Harmonies of #9D134A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D134A

Black with #9D134A

Text Example


Text Example

White with #9D134A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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