Html Css Color HEX #9D1353 Jazzberry Jam

📋 copy color: '#9D1353'

red 157 ◦ green 19 ◦ blue 83

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

Shades of Jazzberry Jam #9D1353

Tints of Jazzberry Jam #9D1353

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 32.05%

R = 60.62%
G = 7.34%
B = 32.05%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.47

 K value IS 0.38

RGB Variations

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

Color information

#9D1353 (or 0x9D1353) is known color: Jazzberry Jam. HEX triplet: 9D, 13 and 53. RGB value is (157,19,83). Sum of RGB (Red+Green+Blue) = 157+19+83=259 (34% of max value = 765). Red value is 157 (61.72% from 255 or 60.62% from 259); Green value is 19 (7.81% from 255 or 7.34% from 259); Blue value is 83 (32.81% from 255 or 32.05% from 259); Max value from RGB is 157 - color contains mainly: red. Hex color #9D1353 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9D1353 is #62ECAC. Grayscale: #434343. Windows color (decimal): -6483117 or 5444509. OLE color: 5444509.

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

Color convert

RGB 157 19 83 -
CMYK 0 0.88 0.47 0.38
HSL 332.17º 0.78% 0.35% -
HSV(B) 332.17º 0.88% 0.62% -
XYZ 15.7 8.26 8.95 -
YUV 67.56 136.72 191.8 -
System Red Green Blue C M Y K H S L
Decimal 157 19 83 0 0.88 0.47 0.38 332.17 0.78 0.35
Hex 9D 13 53 0 58 2F 26 14C 4E 23
Octal 235 23 123 0 130 57 46 514 116 43
Binary 10011101 10011 1010011 0 1011000 101111 100110 101001100 1001110 100011

Color Harmonies of #9D1353

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D1353

Black with #9D1353

Text Example


Text Example

White with #9D1353

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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