#9E053D

Color #9E053D Jazzberry Jam (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jazzberry Jam #9E053D

Tints of Jazzberry Jam #9E053D

Color information

#9E053D (or 0x9E053D) is unknown color: approx Jazzberry Jam. HEX triplet: 9E, 05 and 3D. RGB value is (158,5,61). Sum of RGB (Red+Green+Blue) = 158+5+61=224 (29% of max value = 765). Red value is 158 (62.11% from 255 or 70.54% from 224); Green value is 5 (2.34% from 255 or 2.23% from 224); Blue value is 61 (24.22% from 255 or 27.23% from 224); Max value from RGB is 158 - color contains mainly: red. Hex color #9E053D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9E053D is #61FAC2. Grayscale: #393939. Windows color (decimal): -6421187 or 3999134. OLE color: 3999134.

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

Color convert

RGB158561-
CMYK00.970.610.38
HSL338.04º93.87%31.96%-
HSV(B)338.04º96.84%61.96%-
XYZ157.715.11-
YUV57.13130.19199.95-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 70.54%
GREEN value IS 5 (2.34% from 255) = 2.23%
BLUE value IS 61 (24.22% from 255) = 27.23%
R=70.54%
G=2.23%
B=27.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.61
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15856100.970.610.38338.0493.8731.96
Hex9E53D0613D261525e20
Octal2365750141754652213640
Binary10011110101111101011000011111011001101010100101011110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E053D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,5,61); }

 H1.HeaderClassName
 {
   color: #9E053D;
 }
 .AnyTagClassName
 {
   color: #9E053D;
 }
</style>
background-color css

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

 a { background-color: rgb(158,5,61); }

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

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

 span { border-color: rgb(158,5,61); }

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