Html Css Color HEX #9E074D Jazzberry Jam

📋 copy color: '#9E074D'

red 158 ◦ green 7 ◦ blue 77

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

Shades of Jazzberry Jam #9E074D

Tints of Jazzberry Jam #9E074D

RGB

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

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

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

R = 65.29%
G = 2.89%
B = 31.82%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.51

 K value IS 0.38

RGB Variations

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

Color information

#9E074D (or 0x9E074D) is known color: Jazzberry Jam. HEX triplet: 9E, 07 and 4D. RGB value is (158,7,77). Sum of RGB (Red+Green+Blue) = 158+7+77=242 (32% of max value = 765). Red value is 158 (62.11% from 255 or 65.29% from 242); Green value is 7 (3.12% from 255 or 2.89% from 242); Blue value is 77 (30.47% from 255 or 31.82% from 242); Max value from RGB is 158 - color contains mainly: red. Hex color #9E074D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9E074D is #61F8B2. Grayscale: #3C3C3C. Windows color (decimal): -6420659 or 5048222. OLE color: 5048222.

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

Color convert

RGB 158 7 77 -
CMYK 0 0.96 0.51 0.38
HSL 332.19º 0.92% 0.32% -
HSV(B) 332.19º 0.96% 0.62% -
XYZ 15.52 7.96 7.74 -
YUV 60.13 137.53 197.81 -
System Red Green Blue C M Y K H S L
Decimal 158 7 77 0 0.96 0.51 0.38 332.19 0.92 0.32
Hex 9E 7 4D 0 60 33 26 14C 5C 20
Octal 236 7 115 0 140 63 46 514 134 40
Binary 10011110 111 1001101 0 1100000 110011 100110 101001100 1011100 100000

Color Harmonies of #9E074D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E074D

Black with #9E074D

Text Example


Text Example

White with #9E074D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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