#A8003D

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

Shades of Jazzberry Jam #A8003D

Tints of Jazzberry Jam #A8003D

Color information

#A8003D (or 0xA8003D) is unknown color: approx Jazzberry Jam. HEX triplet: A8, 00 and 3D. RGB value is (168,0,61). Sum of RGB (Red+Green+Blue) = 168+0+61=229 (30% of max value = 765). Red value is 168 (66.02% from 255 or 73.36% from 229); Green value is 0 (0.39% from 255 or 0% from 229); Blue value is 61 (24.22% from 255 or 26.64% from 229); Max value from RGB is 168 - color contains mainly: red. Hex color #A8003D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A8003D is #57FFC2. Grayscale: #393939. Windows color (decimal): -5767107 or 3997864. OLE color: 3997864.

HSL color Cylindrical-coordinate representation of color #A8003D: hue angle of 338.21º degrees, saturation: 1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A8003D is Cyan = 0, Magento = 1, Yellow = 0.64 and Black (K on CMYK) = 0.34.

Color convert

RGB168061-
CMYK010.640.34
HSL338.21º100%32.94%-
HSV(B)338.21º100%65.88%-
XYZ16.998.665.19-
YUV57.19130.16207.04-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 73.36%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 61 (24.22% from 255) = 26.64%
R=73.36%
G=0%
B=26.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.64
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal168061010.640.34338.2110032.94
HexA803D06440221526421
Octal25007501441004252214441
Binary1010100001111010110010010000001000101010100101100100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8003D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8003D; }

 p { color: rgb(168,0,61); }

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

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

 a { background-color: rgb(168,0,61); }

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

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

 span { border-color: rgb(168,0,61); }

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