#B80748

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

Shades of Jazzberry Jam #B80748

Tints of Jazzberry Jam #B80748

Color information

#B80748 (or 0xB80748) is unknown color: approx Jazzberry Jam. HEX triplet: B8, 07 and 48. RGB value is (184,7,72). Sum of RGB (Red+Green+Blue) = 184+7+72=263 (34% of max value = 765). Red value is 184 (72.27% from 255 or 69.96% from 263); Green value is 7 (3.12% from 255 or 2.66% from 263); Blue value is 72 (28.52% from 255 or 27.38% from 263); Max value from RGB is 184 - color contains mainly: red. Hex color #B80748 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B80748 is #47F8B7. Grayscale: #434343. Windows color (decimal): -4716728 or 4720568. OLE color: 4720568.

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

Color convert

RGB184772-
CMYK00.960.610.28
HSL337.97º92.67%37.45%-
HSV(B)337.97º96.2%72.16%-
XYZ21.0110.817.11-
YUV67.33130.64211.21-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 69.96%
GREEN value IS 7 (3.12% from 255) = 2.66%
BLUE value IS 72 (28.52% from 255) = 27.38%
R=69.96%
G=2.66%
B=27.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.61
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18477200.960.610.28337.9792.6737.45
HexB87480603D1C1525d25
Octal27071100140753452213545
Binary10111000111100100001100000111101111001010100101011101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B80748

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B80748; }

 p { color: rgb(184,7,72); }

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

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

 a { background-color: rgb(184,7,72); }

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

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

 span { border-color: rgb(184,7,72); }

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