#A51250

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

Shades of Jazzberry Jam #A51250

Tints of Jazzberry Jam #A51250

Color information

#A51250 (or 0xA51250) is unknown color: approx Jazzberry Jam. HEX triplet: A5, 12 and 50. RGB value is (165,18,80). Sum of RGB (Red+Green+Blue) = 165+18+80=263 (34% of max value = 765). Red value is 165 (64.84% from 255 or 62.74% from 263); Green value is 18 (7.42% from 255 or 6.84% from 263); Blue value is 80 (31.64% from 255 or 30.42% from 263); Max value from RGB is 165 - color contains mainly: red. Hex color #A51250 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A51250 is #5AEDAF. Grayscale: #444444. Windows color (decimal): -5959088 or 5247653. OLE color: 5247653.

HSL color Cylindrical-coordinate representation of color #A51250: hue angle of 334.69º 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 #A51250 is Cyan = 0, Magento = 0.89, Yellow = 0.52 and Black (K on CMYK) = 0.35.

Color convert

RGB1651880-
CMYK00.890.520.35
HSL334.69º80.33%35.88%-
HSV(B)334.69º89.09%64.71%-
XYZ17.189.018.42-
YUV69.02134.2196.46-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 62.74%
GREEN value IS 18 (7.42% from 255) = 6.84%
BLUE value IS 80 (31.64% from 255) = 30.42%
R=62.74%
G=6.84%
B=30.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.52
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165188000.890.520.35334.6980.3335.88
HexA51250059342314f5024
Octal245221200131644351712044
Binary10100101100101010000010110011101001000111010011111010000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A51250

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A51250; }

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

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

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

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

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

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

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

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