#b7044d

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

Shades of Jazzberry Jam #B7044D

Tints of Jazzberry Jam #B7044D

Color information

#B7044D (or 0xB7044D) is unknown color: approx Jazzberry Jam. HEX triplet: B7, 04 and 4D. RGB value is (183,4,77). Sum of RGB (Red+Green+Blue) = 183+4+77=264 (34% of max value = 765). Red value is 183 (71.88% from 255 or 69.32% from 264); Green value is 4 (1.95% from 255 or 1.52% from 264); Blue value is 77 (30.47% from 255 or 29.17% from 264); Max value from RGB is 183 - color contains mainly: red. Hex color #B7044D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B7044D is #48FBB2. Grayscale: #414141. Windows color (decimal): -4783027 or 5047479. OLE color: 5047479.

HSL color Cylindrical-coordinate representation of color #B7044D: hue angle of 335.53º degrees, saturation: 0.96, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B7044D is Cyan = 0, Magento = 0.98, Yellow = 0.58 and Black (K on CMYK) = 0.28.

Color convert

RGB183477-
CMYK00.980.580.28
HSL335.53º95.72%36.67%-
HSV(B)335.53º97.81%71.76%-
XYZ20.9110.697.98-
YUV65.84134.3211.56-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 69.32%
GREEN value IS 4 (1.95% from 255) = 1.52%
BLUE value IS 77 (30.47% from 255) = 29.17%
R=69.32%
G=1.52%
B=29.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.58
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18347700.980.580.28335.5395.7236.67
HexB744D0623A1C1506025
Octal26741150142723452014045
Binary10110111100100110101100010111010111001010100001100000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b7044d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b7044d; }

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

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

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

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

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

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

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

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