#A51950

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

Shades of Jazzberry Jam #A51950

Tints of Jazzberry Jam #A51950

Color information

#A51950 (or 0xA51950) is unknown color: approx Jazzberry Jam. HEX triplet: A5, 19 and 50. RGB value is (165,25,80). Sum of RGB (Red+Green+Blue) = 165+25+80=270 (35% of max value = 765). Red value is 165 (64.84% from 255 or 61.11% from 270); Green value is 25 (10.16% from 255 or 9.26% from 270); Blue value is 80 (31.64% from 255 or 29.63% from 270); Max value from RGB is 165 - color contains mainly: red. Hex color #A51950 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A51950 is #5AE6AF. Grayscale: #494949. Windows color (decimal): -5957296 or 5249445. OLE color: 5249445.

HSL color Cylindrical-coordinate representation of color #A51950: hue angle of 336.43º degrees, saturation: 0.74, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A51950 is Cyan = 0, Magento = 0.85, Yellow = 0.52 and Black (K on CMYK) = 0.35.

Color convert

RGB1652580-
CMYK00.850.520.35
HSL336.43º73.68%37.25%-
HSV(B)336.43º84.85%64.71%-
XYZ17.319.278.47-
YUV73.13131.88193.53-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 61.11%
GREEN value IS 25 (10.16% from 255) = 9.26%
BLUE value IS 80 (31.64% from 255) = 29.63%
R=61.11%
G=9.26%
B=29.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.52
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165258000.850.520.35336.4373.6837.25
HexA5195005534231504a25
Octal245311200125644352011245
Binary10100101110011010000010101011101001000111010100001001010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A51950

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A51950; }

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

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

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

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

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

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

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

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