#B70045

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

Shades of Jazzberry Jam #B70045

Tints of Jazzberry Jam #B70045

Color information

#B70045 (or 0xB70045) is unknown color: approx Jazzberry Jam. HEX triplet: B7, 00 and 45. RGB value is (183,0,69). Sum of RGB (Red+Green+Blue) = 183+0+69=252 (33% of max value = 765). Red value is 183 (71.88% from 255 or 72.62% from 252); Green value is 0 (0.39% from 255 or 0% from 252); Blue value is 69 (27.34% from 255 or 27.38% from 252); Max value from RGB is 183 - color contains mainly: red. Hex color #B70045 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B70045 is #48FFBA. Grayscale: #3E3E3E. Windows color (decimal): -4784059 or 4522167. OLE color: 4522167.

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

Color convert

RGB183069-
CMYK010.620.28
HSL337.38º100%35.88%-
HSV(B)337.38º100%71.76%-
XYZ20.610.56.57-
YUV62.58131.63213.89-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 72.62%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 69 (27.34% from 255) = 27.38%
R=72.62%
G=0%
B=27.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.62
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183069010.620.28337.3810035.88
HexB70450643E1C1516424
Octal26701050144763452114444
Binary101101110100010101100100111110111001010100011100100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B70045

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B70045; }

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

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

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

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

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

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

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

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