#B5044D

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

Shades of Jazzberry Jam #B5044D

Tints of Jazzberry Jam #B5044D

Color information

#B5044D (or 0xB5044D) is unknown color: approx Jazzberry Jam. HEX triplet: B5, 04 and 4D. RGB value is (181,4,77). Sum of RGB (Red+Green+Blue) = 181+4+77=262 (34% of max value = 765). Red value is 181 (71.09% from 255 or 69.08% from 262); Green value is 4 (1.95% from 255 or 1.53% from 262); Blue value is 77 (30.47% from 255 or 29.39% from 262); Max value from RGB is 181 - color contains mainly: red. Hex color #B5044D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B5044D is #4AFBB2. Grayscale: #414141. Windows color (decimal): -4914099 or 5047477. OLE color: 5047477.

HSL color Cylindrical-coordinate representation of color #B5044D: hue angle of 335.25º 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 #B5044D is Cyan = 0, Magento = 0.98, Yellow = 0.57 and Black (K on CMYK) = 0.29.

Color convert

RGB181477-
CMYK00.980.570.29
HSL335.25º95.68%36.27%-
HSV(B)335.25º97.79%70.98%-
XYZ20.4410.457.96-
YUV65.24134.64210.56-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 69.08%
GREEN value IS 4 (1.95% from 255) = 1.53%
BLUE value IS 77 (30.47% from 255) = 29.39%
R=69.08%
G=1.53%
B=29.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.57
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18147700.980.570.29335.2595.6836.27
HexB544D062391D14f6024
Octal26541150142713551714044
Binary10110101100100110101100010111001111011010011111100000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5044D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5044D; }

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

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

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

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

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

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

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

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