#B50045

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

Shades of Jazzberry Jam #B50045

Tints of Jazzberry Jam #B50045

Color information

#B50045 (or 0xB50045) is unknown color: approx Jazzberry Jam. HEX triplet: B5, 00 and 45. RGB value is (181,0,69). Sum of RGB (Red+Green+Blue) = 181+0+69=250 (33% of max value = 765). Red value is 181 (71.09% from 255 or 72.4% from 250); Green value is 0 (0.39% from 255 or 0% from 250); Blue value is 69 (27.34% from 255 or 27.6% from 250); Max value from RGB is 181 - color contains mainly: red. Hex color #B50045 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B50045 is #4AFFBA. Grayscale: #3D3D3D. Windows color (decimal): -4915131 or 4522165. OLE color: 4522165.

HSL color Cylindrical-coordinate representation of color #B50045: hue angle of 337.13º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B50045 is Cyan = 0, Magento = 1, Yellow = 0.62 and Black (K on CMYK) = 0.29.

Color convert

RGB181069-
CMYK010.620.29
HSL337.13º100%35.49%-
HSV(B)337.13º100%70.98%-
XYZ20.1310.256.55-
YUV61.98131.97212.89-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 72.4%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 69 (27.34% from 255) = 27.6%
R=72.4%
G=0%
B=27.6%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.62
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181069010.620.29337.1310035.49
HexB50450643E1D1516423
Octal26501050144763552114443
Binary101101010100010101100100111110111011010100011100100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B50045

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B50045; }

 p { color: rgb(181,0,69); }

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

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

 a { background-color: rgb(181,0,69); }

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

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

 span { border-color: rgb(181,0,69); }

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