#B00753

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

Shades of Jazzberry Jam #B00753

Tints of Jazzberry Jam #B00753

Color information

#B00753 (or 0xB00753) is unknown color: approx Jazzberry Jam. HEX triplet: B0, 07 and 53. RGB value is (176,7,83). Sum of RGB (Red+Green+Blue) = 176+7+83=266 (35% of max value = 765). Red value is 176 (69.14% from 255 or 66.17% from 266); Green value is 7 (3.12% from 255 or 2.63% from 266); Blue value is 83 (32.81% from 255 or 31.20% from 266); Max value from RGB is 176 - color contains mainly: red. Hex color #B00753 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B00753 is #4FF8AC. Grayscale: #424242. Windows color (decimal): -5241005 or 5441456. OLE color: 5441456.

HSL color Cylindrical-coordinate representation of color #B00753: hue angle of 333.02º degrees, saturation: 0.92, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B00753 is Cyan = 0, Magento = 0.96, Yellow = 0.53 and Black (K on CMYK) = 0.31.

Color convert

RGB176783-
CMYK00.960.530.31
HSL333.02º92.35%35.88%-
HSV(B)333.02º96.02%69.02%-
XYZ19.5410.019.09-
YUV66.19137.49206.32-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 66.17%
GREEN value IS 7 (3.12% from 255) = 2.63%
BLUE value IS 83 (32.81% from 255) = 31.20%
R=66.17%
G=2.63%
B=31.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.53
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17678300.960.530.31333.0292.3535.88
HexB0753060351F14d5c24
Octal26071230140653751513444
Binary10110000111101001101100000110101111111010011011011100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B00753

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B00753; }

 p { color: rgb(176,7,83); }

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

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

 a { background-color: rgb(176,7,83); }

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

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

 span { border-color: rgb(176,7,83); }

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