Html Css Color HEX #9E124D Jazzberry Jam

📋 copy color: '#9E124D'

red 158 ◦ green 18 ◦ blue 77

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

Shades of Jazzberry Jam #9E124D

Tints of Jazzberry Jam #9E124D

RGB

 RED value IS 158 (62.11% from 255) = 62.45%

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

 BLUE value IS 77 (30.47% from 255) = 30.43%

R = 62.45%
G = 7.11%
B = 30.43%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.51

 K value IS 0.38

RGB Variations

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

Color information

#9E124D (or 0x9E124D) is known color: Jazzberry Jam. HEX triplet: 9E, 12 and 4D. RGB value is (158,18,77). Sum of RGB (Red+Green+Blue) = 158+18+77=253 (33% of max value = 765). Red value is 158 (62.11% from 255 or 62.45% from 253); Green value is 18 (7.42% from 255 or 7.11% from 253); Blue value is 77 (30.47% from 255 or 30.43% from 253); Max value from RGB is 158 - color contains mainly: red. Hex color #9E124D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9E124D is #61EDB2. Grayscale: #424242. Windows color (decimal): -6417843 or 5051038. OLE color: 5051038.

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

Color convert

RGB 158 18 77 -
CMYK 0 0.89 0.51 0.38
HSL 334.71º 0.8% 0.35% -
HSV(B) 334.71º 0.89% 0.62% -
XYZ 15.66 8.24 7.79 -
YUV 66.59 133.88 193.2 -
System Red Green Blue C M Y K H S L
Decimal 158 18 77 0 0.89 0.51 0.38 334.71 0.8 0.35
Hex 9E 12 4D 0 59 33 26 14F 50 23
Octal 236 22 115 0 131 63 46 517 120 43
Binary 10011110 10010 1001101 0 1011001 110011 100110 101001111 1010000 100011

Color Harmonies of #9E124D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E124D

Black with #9E124D

Text Example


Text Example

White with #9E124D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,18,77); }

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

background-color css

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

 a { background-color: rgb(158,18,77); }

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

border-color css

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

 span { border-color: rgb(158,18,77); }

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