Html Css Color HEX #9D1350 Jazzberry Jam

📋 copy color: '#9D1350'

red 157 ◦ green 19 ◦ blue 80

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

Shades of Jazzberry Jam #9D1350

Tints of Jazzberry Jam #9D1350

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 31.25%

R = 61.33%
G = 7.42%
B = 31.25%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.49

 K value IS 0.38

RGB Variations

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

Color information

#9D1350 (or 0x9D1350) is known color: Jazzberry Jam. HEX triplet: 9D, 13 and 50. RGB value is (157,19,80). Sum of RGB (Red+Green+Blue) = 157+19+80=256 (33% of max value = 765). Red value is 157 (61.72% from 255 or 61.33% from 256); Green value is 19 (7.81% from 255 or 7.42% from 256); Blue value is 80 (31.64% from 255 or 31.25% from 256); Max value from RGB is 157 - color contains mainly: red. Hex color #9D1350 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9D1350 is #62ECAF. Grayscale: #434343. Windows color (decimal): -6483120 or 5247901. OLE color: 5247901.

HSL color Cylindrical-coordinate representation of color #9D1350: hue angle of 333.48º 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 #9D1350 is Cyan = 0, Magento = 0.88, Yellow = 0.49 and Black (K on CMYK) = 0.38.

Color convert

RGB 157 19 80 -
CMYK 0 0.88 0.49 0.38
HSL 333.48º 0.78% 0.35% -
HSV(B) 333.48º 0.88% 0.62% -
XYZ 15.59 8.21 8.35 -
YUV 67.22 135.22 192.04 -
System Red Green Blue C M Y K H S L
Decimal 157 19 80 0 0.88 0.49 0.38 333.48 0.78 0.35
Hex 9D 13 50 0 58 31 26 14D 4E 23
Octal 235 23 120 0 130 61 46 515 116 43
Binary 10011101 10011 1010000 0 1011000 110001 100110 101001101 1001110 100011

Color Harmonies of #9D1350

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D1350

Black with #9D1350

Text Example


Text Example

White with #9D1350

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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