#B00543

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

Shades of Jazzberry Jam #B00543

Tints of Jazzberry Jam #B00543

Color information

#B00543 (or 0xB00543) is unknown color: approx Jazzberry Jam. HEX triplet: B0, 05 and 43. RGB value is (176,5,67). Sum of RGB (Red+Green+Blue) = 176+5+67=248 (32% of max value = 765). Red value is 176 (69.14% from 255 or 70.97% from 248); Green value is 5 (2.34% from 255 or 2.02% from 248); Blue value is 67 (26.56% from 255 or 27.02% from 248); Max value from RGB is 176 - color contains mainly: red. Hex color #B00543 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B00543 is #4FFABC. Grayscale: #3F3F3F. Windows color (decimal): -5241533 or 4392368. OLE color: 4392368.

HSL color Cylindrical-coordinate representation of color #B00543: hue angle of 338.25º 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 #B00543 is Cyan = 0, Magento = 0.97, Yellow = 0.62 and Black (K on CMYK) = 0.31.

Color convert

RGB176567-
CMYK00.970.620.31
HSL338.25º94.48%35.49%-
HSV(B)338.25º97.16%69.02%-
XYZ18.979.746.19-
YUV63.2130.15208.46-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 70.97%
GREEN value IS 5 (2.34% from 255) = 2.02%
BLUE value IS 67 (26.56% from 255) = 27.02%
R=70.97%
G=2.02%
B=27.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.62
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17656700.970.620.31338.2594.4835.49
HexB05430613E1F1525e23
Octal26051030141763752213643
Binary10110000101100001101100001111110111111010100101011110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B00543

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B00543; }

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

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

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

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

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

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

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

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