#9E0A3D

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

Shades of Jazzberry Jam #9E0A3D

Tints of Jazzberry Jam #9E0A3D

Color information

#9E0A3D (or 0x9E0A3D) is unknown color: approx Jazzberry Jam. HEX triplet: 9E, 0A and 3D. RGB value is (158,10,61). Sum of RGB (Red+Green+Blue) = 158+10+61=229 (30% of max value = 765). Red value is 158 (62.11% from 255 or 69.00% from 229); Green value is 10 (4.30% from 255 or 4.37% from 229); Blue value is 61 (24.22% from 255 or 26.64% from 229); Max value from RGB is 158 - color contains mainly: red. Hex color #9E0A3D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9E0A3D is #61F5C2. Grayscale: #3C3C3C. Windows color (decimal): -6419907 or 4000414. OLE color: 4000414.

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

Color convert

RGB1581061-
CMYK00.940.610.38
HSL339.32º88.1%32.94%-
HSV(B)339.32º93.67%61.96%-
XYZ15.057.825.13-
YUV60.07128.53197.85-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 69.00%
GREEN value IS 10 (4.30% from 255) = 4.37%
BLUE value IS 61 (24.22% from 255) = 26.64%
R=69.00%
G=4.37%
B=26.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.61
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal158106100.940.610.38339.3288.132.94
Hex9EA3D05E3D261535821
Octal23612750136754652313041
Binary100111101010111101010111101111011001101010100111011000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E0A3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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