Html Css Color HEX #9E083B Jazzberry Jam

📋 copy color: '#9E083B'

red 158 ◦ green 8 ◦ blue 59

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

Shades of Jazzberry Jam #9E083B

Tints of Jazzberry Jam #9E083B

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.56%

 BLUE value IS 59 (23.44% from 255) = 26.22%

R = 70.22%
G = 3.56%
B = 26.22%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.63

 K value IS 0.38

RGB Variations

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

Color information

#9E083B (or 0x9E083B) is known color: Jazzberry Jam. HEX triplet: 9E, 08 and 3B. RGB value is (158,8,59). Sum of RGB (Red+Green+Blue) = 158+8+59=225 (29% of max value = 765). Red value is 158 (62.11% from 255 or 70.22% from 225); Green value is 8 (3.52% from 255 or 3.56% from 225); Blue value is 59 (23.44% from 255 or 26.22% from 225); Max value from RGB is 158 - color contains mainly: red. Hex color #9E083B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9E083B is #61F7C4. Grayscale: #3A3A3A. Windows color (decimal): -6420421 or 3868830. OLE color: 3868830.

HSL color Cylindrical-coordinate representation of color #9E083B: hue angle of 339.6º degrees, saturation: 0.9, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #9E083B is Cyan = 0, Magento = 0.95, Yellow = 0.63 and Black (K on CMYK) = 0.38.

Color convert

RGB 158 8 59 -
CMYK 0 0.95 0.63 0.38
HSL 339.6º 0.9% 0.33% -
HSV(B) 339.6º 0.95% 0.62% -
XYZ 14.98 7.76 4.85 -
YUV 58.66 128.2 198.85 -
System Red Green Blue C M Y K H S L
Decimal 158 8 59 0 0.95 0.63 0.38 339.6 0.9 0.33
Hex 9E 8 3B 0 5F 3F 26 154 5A 21
Octal 236 10 73 0 137 77 46 524 132 41
Binary 10011110 1000 111011 0 1011111 111111 100110 101010100 1011010 100001

Color Harmonies of #9E083B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E083B

Black with #9E083B

Text Example


Text Example

White with #9E083B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,8,59); }

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

background-color css

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

 a { background-color: rgb(158,8,59); }

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

border-color css

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

 span { border-color: rgb(158,8,59); }

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