#B70A49

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

Shades of Jazzberry Jam #B70A49

Tints of Jazzberry Jam #B70A49

Color information

#B70A49 (or 0xB70A49) is unknown color: approx Jazzberry Jam. HEX triplet: B7, 0A and 49. RGB value is (183,10,73). Sum of RGB (Red+Green+Blue) = 183+10+73=266 (35% of max value = 765). Red value is 183 (71.88% from 255 or 68.80% from 266); Green value is 10 (4.30% from 255 or 3.76% from 266); Blue value is 73 (28.91% from 255 or 27.44% from 266); Max value from RGB is 183 - color contains mainly: red. Hex color #B70A49 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B70A49 is #48F5B6. Grayscale: #444444. Windows color (decimal): -4781495 or 4786871. OLE color: 4786871.

HSL color Cylindrical-coordinate representation of color #B70A49: hue angle of 338.15º degrees, saturation: 0.9, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B70A49 is Cyan = 0, Magento = 0.95, Yellow = 0.60 and Black (K on CMYK) = 0.28.

Color convert

RGB1831073-
CMYK00.950.600.28
HSL338.15º89.64%37.84%-
HSV(B)338.15º94.54%71.76%-
XYZ20.8410.777.28-
YUV68.91130.31209.38-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 68.80%
GREEN value IS 10 (4.30% from 255) = 3.76%
BLUE value IS 73 (28.91% from 255) = 27.44%
R=68.80%
G=3.76%
B=27.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.60
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183107300.950.600.28338.1589.6437.84
HexB7A4905F3C1C1525a26
Octal267121110137743452213246
Binary101101111010100100101011111111100111001010100101011010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B70A49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B70A49; }

 p { color: rgb(183,10,73); }

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

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

 a { background-color: rgb(183,10,73); }

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

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

 span { border-color: rgb(183,10,73); }

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