Html Css Color HEX #9E064D Jazzberry Jam

📋 copy color: '#9E064D'

red 158 ◦ green 6 ◦ blue 77

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

Shades of Jazzberry Jam #9E064D

Tints of Jazzberry Jam #9E064D

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.49%

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

R = 65.56%
G = 2.49%
B = 31.95%

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

#9E064D (or 0x9E064D) is known color: Jazzberry Jam. HEX triplet: 9E, 06 and 4D. RGB value is (158,6,77). Sum of RGB (Red+Green+Blue) = 158+6+77=241 (31% of max value = 765). Red value is 158 (62.11% from 255 or 65.56% from 241); Green value is 6 (2.73% from 255 or 2.49% from 241); Blue value is 77 (30.47% from 255 or 31.95% from 241); Max value from RGB is 158 - color contains mainly: red. Hex color #9E064D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9E064D is #61F9B2. Grayscale: #3B3B3B. Windows color (decimal): -6420915 or 5047966. OLE color: 5047966.

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

Color convert

RGB 158 6 77 -
CMYK 0 0.96 0.51 0.38
HSL 331.97º 0.93% 0.32% -
HSV(B) 331.97º 0.96% 0.62% -
XYZ 15.51 7.94 7.74 -
YUV 59.54 137.86 198.23 -
System Red Green Blue C M Y K H S L
Decimal 158 6 77 0 0.96 0.51 0.38 331.97 0.93 0.32
Hex 9E 6 4D 0 60 33 26 14C 5D 20
Octal 236 6 115 0 140 63 46 514 135 40
Binary 10011110 110 1001101 0 1100000 110011 100110 101001100 1011101 100000

Color Harmonies of #9E064D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E064D

Black with #9E064D

Text Example


Text Example

White with #9E064D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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