#A10844

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

Shades of Jazzberry Jam #A10844

Tints of Jazzberry Jam #A10844

Color information

#A10844 (or 0xA10844) is unknown color: approx Jazzberry Jam. HEX triplet: A1, 08 and 44. RGB value is (161,8,68). Sum of RGB (Red+Green+Blue) = 161+8+68=237 (31% of max value = 765). Red value is 161 (63.28% from 255 or 67.93% from 237); Green value is 8 (3.52% from 255 or 3.38% from 237); Blue value is 68 (26.95% from 255 or 28.69% from 237); Max value from RGB is 161 - color contains mainly: red. Hex color #A10844 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A10844 is #5EF7BB. Grayscale: #3C3C3C. Windows color (decimal): -6223804 or 4458657. OLE color: 4458657.

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

Color convert

RGB161868-
CMYK00.950.580.37
HSL336.47º90.53%33.14%-
HSV(B)336.47º95.03%63.14%-
XYZ15.838.176.21-
YUV60.59132.19199.62-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 67.93%
GREEN value IS 8 (3.52% from 255) = 3.38%
BLUE value IS 68 (26.95% from 255) = 28.69%
R=67.93%
G=3.38%
B=28.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.58
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16186800.950.580.37336.4790.5333.14
HexA184405F3A251505b21
Octal241101040137724552013341
Binary1010000110001000100010111111110101001011010100001011011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A10844

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A10844; }

 p { color: rgb(161,8,68); }

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

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

 a { background-color: rgb(161,8,68); }

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

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

 span { border-color: rgb(161,8,68); }

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