Html Css Color HEX #9E074C Jazzberry Jam

📋 copy color: '#9E074C'

red 158 ◦ green 7 ◦ blue 76

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

Shades of Jazzberry Jam #9E074C

Tints of Jazzberry Jam #9E074C

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.9%

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

R = 65.56%
G = 2.9%
B = 31.54%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.52

 K value IS 0.38

RGB Variations

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

Color information

#9E074C (or 0x9E074C) is known color: Jazzberry Jam. HEX triplet: 9E, 07 and 4C. RGB value is (158,7,76). Sum of RGB (Red+Green+Blue) = 158+7+76=241 (31% of max value = 765). Red value is 158 (62.11% from 255 or 65.56% from 241); Green value is 7 (3.12% from 255 or 2.90% from 241); Blue value is 76 (30.08% from 255 or 31.54% from 241); Max value from RGB is 158 - color contains mainly: red. Hex color #9E074C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9E074C is #61F8B3. Grayscale: #3B3B3B. Windows color (decimal): -6420660 or 4982686. OLE color: 4982686.

HSL color Cylindrical-coordinate representation of color #9E074C: hue angle of 332.58º degrees, saturation: 0.92, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #9E074C is Cyan = 0, Magento = 0.96, Yellow = 0.52 and Black (K on CMYK) = 0.38.

Color convert

RGB 158 7 76 -
CMYK 0 0.96 0.52 0.38
HSL 332.58º 0.92% 0.32% -
HSV(B) 332.58º 0.96% 0.62% -
XYZ 15.48 7.94 7.55 -
YUV 60.02 137.03 197.89 -
System Red Green Blue C M Y K H S L
Decimal 158 7 76 0 0.96 0.52 0.38 332.58 0.92 0.32
Hex 9E 7 4C 0 60 34 26 14D 5C 20
Octal 236 7 114 0 140 64 46 515 134 40
Binary 10011110 111 1001100 0 1100000 110100 100110 101001101 1011100 100000

Color Harmonies of #9E074C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E074C

Black with #9E074C

Text Example


Text Example

White with #9E074C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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