#A70F4B

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

Shades of Jazzberry Jam #A70F4B

Tints of Jazzberry Jam #A70F4B

Color information

#A70F4B (or 0xA70F4B) is unknown color: approx Jazzberry Jam. HEX triplet: A7, 0F and 4B. RGB value is (167,15,75). Sum of RGB (Red+Green+Blue) = 167+15+75=257 (34% of max value = 765). Red value is 167 (65.62% from 255 or 64.98% from 257); Green value is 15 (6.25% from 255 or 5.84% from 257); Blue value is 75 (29.69% from 255 or 29.18% from 257); Max value from RGB is 167 - color contains mainly: red. Hex color #A70F4B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A70F4B is #58F0B4. Grayscale: #434343. Windows color (decimal): -5828789 or 4919207. OLE color: 4919207.

HSL color Cylindrical-coordinate representation of color #A70F4B: hue angle of 336.32º degrees, saturation: 0.84, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A70F4B is Cyan = 0, Magento = 0.91, Yellow = 0.55 and Black (K on CMYK) = 0.35.

Color convert

RGB1671575-
CMYK00.910.550.35
HSL336.32º83.52%35.69%-
HSV(B)336.32º91.02%65.49%-
XYZ17.389.077.49-
YUV67.29132.36199.12-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 64.98%
GREEN value IS 15 (6.25% from 255) = 5.84%
BLUE value IS 75 (29.69% from 255) = 29.18%
R=64.98%
G=5.84%
B=29.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.55
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal167157500.910.550.35336.3283.5235.69
HexA7F4B05B37231505424
Octal247171130133674352012444
Binary1010011111111001011010110111101111000111010100001010100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A70F4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A70F4B; }

 p { color: rgb(167,15,75); }

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

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

 a { background-color: rgb(167,15,75); }

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

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

 span { border-color: rgb(167,15,75); }

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