#B3134D

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

Shades of Jazzberry Jam #B3134D

Tints of Jazzberry Jam #B3134D

Color information

#B3134D (or 0xB3134D) is unknown color: approx Jazzberry Jam. HEX triplet: B3, 13 and 4D. RGB value is (179,19,77). Sum of RGB (Red+Green+Blue) = 179+19+77=275 (36% of max value = 765). Red value is 179 (70.31% from 255 or 65.09% from 275); Green value is 19 (7.81% from 255 or 6.91% from 275); Blue value is 77 (30.47% from 255 or 28% from 275); Max value from RGB is 179 - color contains mainly: red. Hex color #B3134D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B3134D is #4CECB2. Grayscale: #494949. Windows color (decimal): -5041331 or 5051315. OLE color: 5051315.

HSL color Cylindrical-coordinate representation of color #B3134D: hue angle of 338.25º degrees, saturation: 0.81, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B3134D is Cyan = 0, Magento = 0.89, Yellow = 0.57 and Black (K on CMYK) = 0.30.

Color convert

RGB1791977-
CMYK00.890.570.30
HSL338.25º80.81%38.82%-
HSV(B)338.25º89.39%70.2%-
XYZ20.1610.598-
YUV73.45130.01203.28-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 65.09%
GREEN value IS 19 (7.81% from 255) = 6.91%
BLUE value IS 77 (30.47% from 255) = 28%
R=65.09%
G=6.91%
B=28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.57
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179197700.890.570.30338.2580.8138.82
HexB3134D059391E1525127
Octal263231150131713652212147
Binary1011001110011100110101011001111001111101010100101010001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3134D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3134D; }

 p { color: rgb(179,19,77); }

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

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

 a { background-color: rgb(179,19,77); }

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

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

 span { border-color: rgb(179,19,77); }

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