#A51244

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

Shades of Jazzberry Jam #A51244

Tints of Jazzberry Jam #A51244

Color information

#A51244 (or 0xA51244) is unknown color: approx Jazzberry Jam. HEX triplet: A5, 12 and 44. RGB value is (165,18,68). Sum of RGB (Red+Green+Blue) = 165+18+68=251 (33% of max value = 765). Red value is 165 (64.84% from 255 or 65.74% from 251); Green value is 18 (7.42% from 255 or 7.17% from 251); Blue value is 68 (26.95% from 255 or 27.09% from 251); Max value from RGB is 165 - color contains mainly: red. Hex color #A51244 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A51244 is #5AEDBB. Grayscale: #434343. Windows color (decimal): -5959100 or 4461221. OLE color: 4461221.

HSL color Cylindrical-coordinate representation of color #A51244: hue angle of 339.59º degrees, saturation: 0.8, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A51244 is Cyan = 0, Magento = 0.89, Yellow = 0.59 and Black (K on CMYK) = 0.35.

Color convert

RGB1651868-
CMYK00.890.590.35
HSL339.59º80.33%35.88%-
HSV(B)339.59º89.09%64.71%-
XYZ16.788.856.29-
YUV67.65128.2197.43-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 65.74%
GREEN value IS 18 (7.42% from 255) = 7.17%
BLUE value IS 68 (26.95% from 255) = 27.09%
R=65.74%
G=7.17%
B=27.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.59
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165186800.890.590.35339.5980.3335.88
HexA512440593B231545024
Octal245221040131734352412044
Binary10100101100101000100010110011110111000111010101001010000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A51244

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A51244; }

 p { color: rgb(165,18,68); }

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

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

 a { background-color: rgb(165,18,68); }

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

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

 span { border-color: rgb(165,18,68); }

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