#A4033B

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

Shades of Jazzberry Jam #A4033B

Tints of Jazzberry Jam #A4033B

Color information

#A4033B (or 0xA4033B) is unknown color: approx Jazzberry Jam. HEX triplet: A4, 03 and 3B. RGB value is (164,3,59). Sum of RGB (Red+Green+Blue) = 164+3+59=226 (29% of max value = 765). Red value is 164 (64.45% from 255 or 72.57% from 226); Green value is 3 (1.56% from 255 or 1.33% from 226); Blue value is 59 (23.44% from 255 or 26.11% from 226); Max value from RGB is 164 - color contains mainly: red. Hex color #A4033B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A4033B is #5BFCC4. Grayscale: #393939. Windows color (decimal): -6028485 or 3867556. OLE color: 3867556.

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

Color convert

RGB164359-
CMYK00.980.640.36
HSL339.13º96.41%32.75%-
HSV(B)339.13º98.17%64.31%-
XYZ16.138.274.88-
YUV57.52128.84203.95-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 72.57%
GREEN value IS 3 (1.56% from 255) = 1.33%
BLUE value IS 59 (23.44% from 255) = 26.11%
R=72.57%
G=1.33%
B=26.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.64
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16435900.980.640.36339.1396.4132.75
HexA433B06240241536021
Octal24437301421004452314041
Binary10100100111110110110001010000001001001010100111100000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4033B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4033B; }

 p { color: rgb(164,3,59); }

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

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

 a { background-color: rgb(164,3,59); }

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

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

 span { border-color: rgb(164,3,59); }

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