#A00443

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

Shades of Jazzberry Jam #A00443

Tints of Jazzberry Jam #A00443

Color information

#A00443 (or 0xA00443) is unknown color: approx Jazzberry Jam. HEX triplet: A0, 04 and 43. RGB value is (160,4,67). Sum of RGB (Red+Green+Blue) = 160+4+67=231 (30% of max value = 765). Red value is 160 (62.89% from 255 or 69.26% from 231); Green value is 4 (1.95% from 255 or 1.73% from 231); Blue value is 67 (26.56% from 255 or 29.00% from 231); Max value from RGB is 160 - color contains mainly: red. Hex color #A00443 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A00443 is #5FFBBC. Grayscale: #393939. Windows color (decimal): -6290365 or 4392096. OLE color: 4392096.

HSL color Cylindrical-coordinate representation of color #A00443: hue angle of 335.77º degrees, saturation: 0.95, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A00443 is Cyan = 0, Magento = 0.98, Yellow = 0.58 and Black (K on CMYK) = 0.37.

Color convert

RGB160467-
CMYK00.980.580.37
HSL335.77º95.12%32.16%-
HSV(B)335.77º97.5%62.75%-
XYZ15.557.976.03-
YUV57.83133.18200.88-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 69.26%
GREEN value IS 4 (1.95% from 255) = 1.73%
BLUE value IS 67 (26.56% from 255) = 29.00%
R=69.26%
G=1.73%
B=29.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.58
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16046700.980.580.37335.7795.1232.16
HexA04430623A251505f20
Octal24041030142724552013740
Binary101000001001000011011000101110101001011010100001011111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A00443

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A00443; }

 p { color: rgb(160,4,67); }

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

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

 a { background-color: rgb(160,4,67); }

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

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

 span { border-color: rgb(160,4,67); }

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