#9D063D

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

Shades of Jazzberry Jam #9D063D

Tints of Jazzberry Jam #9D063D

Color information

#9D063D (or 0x9D063D) is unknown color: approx Jazzberry Jam. HEX triplet: 9D, 06 and 3D. RGB value is (157,6,61). Sum of RGB (Red+Green+Blue) = 157+6+61=224 (29% of max value = 765). Red value is 157 (61.72% from 255 or 70.09% from 224); Green value is 6 (2.73% from 255 or 2.68% from 224); Blue value is 61 (24.22% from 255 or 27.23% from 224); Max value from RGB is 157 - color contains mainly: red. Hex color #9D063D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9D063D is #62F9C2. Grayscale: #393939. Windows color (decimal): -6486467 or 3999389. OLE color: 3999389.

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

Color convert

RGB157661-
CMYK00.960.610.38
HSL338.15º92.64%31.96%-
HSV(B)338.15º96.18%61.57%-
XYZ14.817.645.11-
YUV57.42130.03199.03-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 70.09%
GREEN value IS 6 (2.73% from 255) = 2.68%
BLUE value IS 61 (24.22% from 255) = 27.23%
R=70.09%
G=2.68%
B=27.23%

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
Decimal15766100.960.610.38338.1592.6431.96
Hex9D63D0603D261525d20
Octal2356750140754652213540
Binary10011101110111101011000001111011001101010100101011101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D063D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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