#9E063D

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

Shades of Jazzberry Jam #9E063D

Tints of Jazzberry Jam #9E063D

Color information

#9E063D (or 0x9E063D) is unknown color: approx Jazzberry Jam. HEX triplet: 9E, 06 and 3D. RGB value is (158,6,61). Sum of RGB (Red+Green+Blue) = 158+6+61=225 (29% of max value = 765). Red value is 158 (62.11% from 255 or 70.22% from 225); Green value is 6 (2.73% from 255 or 2.67% from 225); Blue value is 61 (24.22% from 255 or 27.11% from 225); Max value from RGB is 158 - color contains mainly: red. Hex color #9E063D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9E063D is #61F9C2. Grayscale: #393939. Windows color (decimal): -6420931 or 3999390. OLE color: 3999390.

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

Color convert

RGB158661-
CMYK00.960.610.38
HSL338.29º92.68%32.16%-
HSV(B)338.29º96.2%61.96%-
XYZ15.017.745.12-
YUV57.72129.86199.53-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 70.22%
GREEN value IS 6 (2.73% from 255) = 2.67%
BLUE value IS 61 (24.22% from 255) = 27.11%
R=70.22%
G=2.67%
B=27.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.61
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15866100.960.610.38338.2992.6832.16
Hex9E63D0603D261525d20
Octal2366750140754652213540
Binary10011110110111101011000001111011001101010100101011101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E063D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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