#A8034D

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

Shades of Jazzberry Jam #A8034D

Tints of Jazzberry Jam #A8034D

Color information

#A8034D (or 0xA8034D) is unknown color: approx Jazzberry Jam. HEX triplet: A8, 03 and 4D. RGB value is (168,3,77). Sum of RGB (Red+Green+Blue) = 168+3+77=248 (32% of max value = 765). Red value is 168 (66.02% from 255 or 67.74% from 248); Green value is 3 (1.56% from 255 or 1.21% from 248); Blue value is 77 (30.47% from 255 or 31.05% from 248); Max value from RGB is 168 - color contains mainly: red. Hex color #A8034D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A8034D is #57FCB2. Grayscale: #3C3C3C. Windows color (decimal): -5766323 or 5047208. OLE color: 5047208.

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

Color convert

RGB168377-
CMYK00.980.540.34
HSL333.09º96.49%33.53%-
HSV(B)333.09º98.21%65.88%-
XYZ17.528.937.82-
YUV60.77137.16204.48-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 67.74%
GREEN value IS 3 (1.56% from 255) = 1.21%
BLUE value IS 77 (30.47% from 255) = 31.05%
R=67.74%
G=1.21%
B=31.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.54
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16837700.980.540.34333.0996.4933.53
HexA834D062362214d6022
Octal25031150142664251514042
Binary10101000111001101011000101101101000101010011011100000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8034D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8034D; }

 p { color: rgb(168,3,77); }

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

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

 a { background-color: rgb(168,3,77); }

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

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

 span { border-color: rgb(168,3,77); }

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