#B21A5F

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

Shades of Jazzberry Jam #B21A5F

Tints of Jazzberry Jam #B21A5F

Color information

#B21A5F (or 0xB21A5F) is unknown color: approx Jazzberry Jam. HEX triplet: B2, 1A and 5F. RGB value is (178,26,95). Sum of RGB (Red+Green+Blue) = 178+26+95=299 (39% of max value = 765). Red value is 178 (69.92% from 255 or 59.53% from 299); Green value is 26 (10.55% from 255 or 8.70% from 299); Blue value is 95 (37.5% from 255 or 31.77% from 299); Max value from RGB is 178 - color contains mainly: red. Hex color #B21A5F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B21A5F is #4DE5A0. Grayscale: #4F4F4F. Windows color (decimal): -5105057 or 6232754. OLE color: 6232754.

HSL color Cylindrical-coordinate representation of color #B21A5F: hue angle of 332.76º degrees, saturation: 0.75, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B21A5F is Cyan = 0, Magento = 0.85, Yellow = 0.47 and Black (K on CMYK) = 0.30.

Color convert

RGB1782695-
CMYK00.850.470.30
HSL332.76º74.51%40%-
HSV(B)332.76º85.39%69.8%-
XYZ20.811.0311.86-
YUV79.31136.86198.39-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 59.53%
GREEN value IS 26 (10.55% from 255) = 8.70%
BLUE value IS 95 (37.5% from 255) = 31.77%
R=59.53%
G=8.70%
B=31.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.47
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178269500.850.470.30332.7674.5140
HexB21A5F0552F1E14d4b28
Octal262321370125573651511350
Binary1011001011010101111101010101101111111101010011011001011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B21A5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B21A5F; }

 p { color: rgb(178,26,95); }

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

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

 a { background-color: rgb(178,26,95); }

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

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

 span { border-color: rgb(178,26,95); }

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