Html Css Color HEX #9E0743 Jazzberry Jam

📋 copy color: '#9E0743'

red 158 ◦ green 7 ◦ blue 67

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

Shades of Jazzberry Jam #9E0743

Tints of Jazzberry Jam #9E0743

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 28.88%

R = 68.1%
G = 3.02%
B = 28.88%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.58

 K value IS 0.38

RGB Variations

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

Color information

#9E0743 (or 0x9E0743) is known color: Jazzberry Jam. HEX triplet: 9E, 07 and 43. RGB value is (158,7,67). Sum of RGB (Red+Green+Blue) = 158+7+67=232 (30% of max value = 765). Red value is 158 (62.11% from 255 or 68.10% from 232); Green value is 7 (3.12% from 255 or 3.02% from 232); Blue value is 67 (26.56% from 255 or 28.88% from 232); Max value from RGB is 158 - color contains mainly: red. Hex color #9E0743 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9E0743 is #61F8BC. Grayscale: #3A3A3A. Windows color (decimal): -6420669 or 4392862. OLE color: 4392862.

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

Color convert

RGB 158 7 67 -
CMYK 0 0.96 0.58 0.38
HSL 336.16º 0.92% 0.32% -
HSV(B) 336.16º 0.96% 0.62% -
XYZ 15.19 7.83 6.02 -
YUV 58.99 132.53 198.62 -
System Red Green Blue C M Y K H S L
Decimal 158 7 67 0 0.96 0.58 0.38 336.16 0.92 0.32
Hex 9E 7 43 0 60 3A 26 150 5C 20
Octal 236 7 103 0 140 72 46 520 134 40
Binary 10011110 111 1000011 0 1100000 111010 100110 101010000 1011100 100000

Color Harmonies of #9E0743

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E0743

Black with #9E0743

Text Example


Text Example

White with #9E0743

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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