Html Css Color HEX #9E134C Jazzberry Jam

📋 copy color: '#9E134C'

red 158 ◦ green 19 ◦ blue 76

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

Shades of Jazzberry Jam #9E134C

Tints of Jazzberry Jam #9E134C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 30.04%

R = 62.45%
G = 7.51%
B = 30.04%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.52

 K value IS 0.38

RGB Variations

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

Color information

#9E134C (or 0x9E134C) is known color: Jazzberry Jam. HEX triplet: 9E, 13 and 4C. RGB value is (158,19,76). Sum of RGB (Red+Green+Blue) = 158+19+76=253 (33% of max value = 765). Red value is 158 (62.11% from 255 or 62.45% from 253); Green value is 19 (7.81% from 255 or 7.51% from 253); Blue value is 76 (30.08% from 255 or 30.04% from 253); Max value from RGB is 158 - color contains mainly: red. Hex color #9E134C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9E134C is #61ECB3. Grayscale: #424242. Windows color (decimal): -6417588 or 4985758. OLE color: 4985758.

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

Color convert

RGB 158 19 76 -
CMYK 0 0.88 0.52 0.38
HSL 335.4º 0.79% 0.35% -
HSV(B) 335.4º 0.88% 0.62% -
XYZ 15.64 8.26 7.61 -
YUV 67.06 133.05 192.87 -
System Red Green Blue C M Y K H S L
Decimal 158 19 76 0 0.88 0.52 0.38 335.4 0.79 0.35
Hex 9E 13 4C 0 58 34 26 14F 4F 23
Octal 236 23 114 0 130 64 46 517 117 43
Binary 10011110 10011 1001100 0 1011000 110100 100110 101001111 1001111 100011

Color Harmonies of #9E134C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E134C

Black with #9E134C

Text Example


Text Example

White with #9E134C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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