#A70B43

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

Shades of Jazzberry Jam #A70B43

Tints of Jazzberry Jam #A70B43

Color information

#A70B43 (or 0xA70B43) is unknown color: approx Jazzberry Jam. HEX triplet: A7, 0B and 43. RGB value is (167,11,67). Sum of RGB (Red+Green+Blue) = 167+11+67=245 (32% of max value = 765). Red value is 167 (65.62% from 255 or 68.16% from 245); Green value is 11 (4.69% from 255 or 4.49% from 245); Blue value is 67 (26.56% from 255 or 27.35% from 245); Max value from RGB is 167 - color contains mainly: red. Hex color #A70B43 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A70B43 is #58F4BC. Grayscale: #3F3F3F. Windows color (decimal): -5829821 or 4393895. OLE color: 4393895.

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

Color convert

RGB1671167-
CMYK00.930.600.35
HSL338.46º87.64%34.9%-
HSV(B)338.46º93.41%65.49%-
XYZ17.078.866.12-
YUV64.03129.68201.45-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 68.16%
GREEN value IS 11 (4.69% from 255) = 4.49%
BLUE value IS 67 (26.56% from 255) = 27.35%
R=68.16%
G=4.49%
B=27.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.60
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal167116700.930.600.35338.4687.6434.9
HexA7B4305D3C231525823
Octal247131030135744352213043
Binary1010011110111000011010111011111001000111010100101011000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A70B43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A70B43; }

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

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

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

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

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

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

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

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