#B5044C

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

Shades of Jazzberry Jam #B5044C

Tints of Jazzberry Jam #B5044C

Color information

#B5044C (or 0xB5044C) is unknown color: approx Jazzberry Jam. HEX triplet: B5, 04 and 4C. RGB value is (181,4,76). Sum of RGB (Red+Green+Blue) = 181+4+76=261 (34% of max value = 765). Red value is 181 (71.09% from 255 or 69.35% from 261); Green value is 4 (1.95% from 255 or 1.53% from 261); Blue value is 76 (30.08% from 255 or 29.12% from 261); Max value from RGB is 181 - color contains mainly: red. Hex color #B5044C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B5044C is #4AFBB3. Grayscale: #414141. Windows color (decimal): -4914100 or 4981941. OLE color: 4981941.

HSL color Cylindrical-coordinate representation of color #B5044C: hue angle of 335.59º degrees, saturation: 0.96, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B5044C is Cyan = 0, Magento = 0.98, Yellow = 0.58 and Black (K on CMYK) = 0.29.

Color convert

RGB181476-
CMYK00.980.580.29
HSL335.59º95.68%36.27%-
HSV(B)335.59º97.79%70.98%-
XYZ20.410.437.78-
YUV65.13134.14210.65-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 69.35%
GREEN value IS 4 (1.95% from 255) = 1.53%
BLUE value IS 76 (30.08% from 255) = 29.12%
R=69.35%
G=1.53%
B=29.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.58
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18147600.980.580.29335.5995.6836.27
HexB544C0623A1D1506024
Octal26541140142723552014044
Binary10110101100100110001100010111010111011010100001100000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5044C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5044C; }

 p { color: rgb(181,4,76); }

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

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

 a { background-color: rgb(181,4,76); }

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

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

 span { border-color: rgb(181,4,76); }

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