#A70B44

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

Shades of Jazzberry Jam #A70B44

Tints of Jazzberry Jam #A70B44

Color information

#A70B44 (or 0xA70B44) is unknown color: approx Jazzberry Jam. HEX triplet: A7, 0B and 44. RGB value is (167,11,68). Sum of RGB (Red+Green+Blue) = 167+11+68=246 (32% of max value = 765). Red value is 167 (65.62% from 255 or 67.89% from 246); Green value is 11 (4.69% from 255 or 4.47% from 246); Blue value is 68 (26.95% from 255 or 27.64% from 246); Max value from RGB is 167 - color contains mainly: red. Hex color #A70B44 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A70B44 is #58F4BB. Grayscale: #404040. Windows color (decimal): -5829820 or 4459431. OLE color: 4459431.

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

Color convert

RGB1671168-
CMYK00.930.590.35
HSL338.08º87.64%34.9%-
HSV(B)338.08º93.41%65.49%-
XYZ17.18.876.28-
YUV64.14130.18201.37-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 67.89%
GREEN value IS 11 (4.69% from 255) = 4.47%
BLUE value IS 68 (26.95% from 255) = 27.64%
R=67.89%
G=4.47%
B=27.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.59
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal167116800.930.590.35338.0887.6434.9
HexA7B4405D3B231525823
Octal247131040135734352213043
Binary1010011110111000100010111011110111000111010100101011000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A70B44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A70B44; }

 p { color: rgb(167,11,68); }

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

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

 a { background-color: rgb(167,11,68); }

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

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

 span { border-color: rgb(167,11,68); }

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