#B00544

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

Shades of Jazzberry Jam #B00544

Tints of Jazzberry Jam #B00544

Color information

#B00544 (or 0xB00544) is unknown color: approx Jazzberry Jam. HEX triplet: B0, 05 and 44. RGB value is (176,5,68). Sum of RGB (Red+Green+Blue) = 176+5+68=249 (32% of max value = 765). Red value is 176 (69.14% from 255 or 70.68% from 249); Green value is 5 (2.34% from 255 or 2.01% from 249); Blue value is 68 (26.95% from 255 or 27.31% from 249); Max value from RGB is 176 - color contains mainly: red. Hex color #B00544 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B00544 is #4FFABB. Grayscale: #3F3F3F. Windows color (decimal): -5241532 or 4457904. OLE color: 4457904.

HSL color Cylindrical-coordinate representation of color #B00544: hue angle of 337.89º degrees, saturation: 0.94, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B00544 is Cyan = 0, Magento = 0.97, Yellow = 0.61 and Black (K on CMYK) = 0.31.

Color convert

RGB176568-
CMYK00.970.610.31
HSL337.89º94.48%35.49%-
HSV(B)337.89º97.16%69.02%-
XYZ199.766.35-
YUV63.31130.65208.38-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 70.68%
GREEN value IS 5 (2.34% from 255) = 2.01%
BLUE value IS 68 (26.95% from 255) = 27.31%
R=70.68%
G=2.01%
B=27.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.61
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17656800.970.610.31337.8994.4835.49
HexB05440613D1F1525e23
Octal26051040141753752213643
Binary10110000101100010001100001111101111111010100101011110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B00544

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B00544; }

 p { color: rgb(176,5,68); }

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

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

 a { background-color: rgb(176,5,68); }

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

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

 span { border-color: rgb(176,5,68); }

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