#B50645

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

Shades of Jazzberry Jam #B50645

Tints of Jazzberry Jam #B50645

Color information

#B50645 (or 0xB50645) is unknown color: approx Jazzberry Jam. HEX triplet: B5, 06 and 45. RGB value is (181,6,69). Sum of RGB (Red+Green+Blue) = 181+6+69=256 (33% of max value = 765). Red value is 181 (71.09% from 255 or 70.70% from 256); Green value is 6 (2.73% from 255 or 2.34% from 256); Blue value is 69 (27.34% from 255 or 26.95% from 256); Max value from RGB is 181 - color contains mainly: red. Hex color #B50645 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B50645 is #4AF9BA. Grayscale: #414141. Windows color (decimal): -4913595 or 4523701. OLE color: 4523701.

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

Color convert

RGB181669-
CMYK00.970.620.29
HSL338.4º93.58%36.67%-
HSV(B)338.4º96.69%70.98%-
XYZ20.210.386.57-
YUV65.51129.98210.38-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 70.70%
GREEN value IS 6 (2.73% from 255) = 2.34%
BLUE value IS 69 (27.34% from 255) = 26.95%
R=70.70%
G=2.34%
B=26.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.62
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18166900.970.620.29338.493.5836.67
HexB56450613E1D1525e25
Octal26561050141763552213645
Binary10110101110100010101100001111110111011010100101011110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B50645

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B50645; }

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

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

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

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

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

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

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

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