Html Css Color HEX #9E134D Jazzberry Jam

📋 copy color: '#9E134D'

red 158 ◦ green 19 ◦ blue 77

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

Shades of Jazzberry Jam #9E134D

Tints of Jazzberry Jam #9E134D

RGB

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

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

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

R = 62.2%
G = 7.48%
B = 30.31%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.51

 K value IS 0.38

RGB Variations

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

Color information

#9E134D (or 0x9E134D) is known color: Jazzberry Jam. HEX triplet: 9E, 13 and 4D. RGB value is (158,19,77). Sum of RGB (Red+Green+Blue) = 158+19+77=254 (33% of max value = 765). Red value is 158 (62.11% from 255 or 62.20% from 254); Green value is 19 (7.81% from 255 or 7.48% from 254); Blue value is 77 (30.47% from 255 or 30.31% from 254); Max value from RGB is 158 - color contains mainly: red. Hex color #9E134D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9E134D is #61ECB2. Grayscale: #434343. Windows color (decimal): -6417587 or 5051294. OLE color: 5051294.

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

Color convert

RGB 158 19 77 -
CMYK 0 0.88 0.51 0.38
HSL 334.96º 0.79% 0.35% -
HSV(B) 334.96º 0.88% 0.62% -
XYZ 15.67 8.27 7.79 -
YUV 67.17 133.55 192.78 -
System Red Green Blue C M Y K H S L
Decimal 158 19 77 0 0.88 0.51 0.38 334.96 0.79 0.35
Hex 9E 13 4D 0 58 33 26 14F 4F 23
Octal 236 23 115 0 130 63 46 517 117 43
Binary 10011110 10011 1001101 0 1011000 110011 100110 101001111 1001111 100011

Color Harmonies of #9E134D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E134D

Black with #9E134D

Text Example


Text Example

White with #9E134D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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