#AB1345

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

Shades of Jazzberry Jam #AB1345

Tints of Jazzberry Jam #AB1345

Color information

#AB1345 (or 0xAB1345) is unknown color: approx Jazzberry Jam. HEX triplet: AB, 13 and 45. RGB value is (171,19,69). Sum of RGB (Red+Green+Blue) = 171+19+69=259 (34% of max value = 765). Red value is 171 (67.19% from 255 or 66.02% from 259); Green value is 19 (7.81% from 255 or 7.34% from 259); Blue value is 69 (27.34% from 255 or 26.64% from 259); Max value from RGB is 171 - color contains mainly: red. Hex color #AB1345 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AB1345 is #54ECBA. Grayscale: #464646. Windows color (decimal): -5565627 or 4527019. OLE color: 4527019.

HSL color Cylindrical-coordinate representation of color #AB1345: hue angle of 340.26º degrees, saturation: 0.8, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AB1345 is Cyan = 0, Magento = 0.89, Yellow = 0.60 and Black (K on CMYK) = 0.33.

Color convert

RGB1711969-
CMYK00.890.600.33
HSL340.26º80%37.25%-
HSV(B)340.26º88.89%67.06%-
XYZ18.19.556.52-
YUV70.15127.36199.93-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 66.02%
GREEN value IS 19 (7.81% from 255) = 7.34%
BLUE value IS 69 (27.34% from 255) = 26.64%
R=66.02%
G=7.34%
B=26.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.60
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171196900.890.600.33340.268037.25
HexAB13450593C211545025
Octal253231050131744152412045
Binary10101011100111000101010110011111001000011010101001010000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB1345

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB1345; }

 p { color: rgb(171,19,69); }

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

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

 a { background-color: rgb(171,19,69); }

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

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

 span { border-color: rgb(171,19,69); }

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