Html Css Color HEX #B00753 Jazzberry Jam

📋 copy color: '#B00753'

red 176 ◦ green 7 ◦ blue 83

#B00753
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Jazzberry Jam #B00753

Tints of Jazzberry Jam #B00753

RGB

 RED value IS 176 (69.14% from 255) = 66.17%

 GREEN value IS 7 (3.13% from 255) = 2.63%

 BLUE value IS 83 (32.81% from 255) = 31.2%

R = 66.17%
G = 2.63%
B = 31.2%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.53

 K value IS 0.31

RGB Variations

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

Color information

#B00753 (or 0xB00753) is known color: 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

RGB 176 7 83 -
CMYK 0 0.96 0.53 0.31
HSL 333.02º 0.92% 0.36% -
HSV(B) 333.02º 0.96% 0.69% -
XYZ 19.54 10.01 9.09 -
YUV 66.2 137.49 206.32 -
System Red Green Blue C M Y K H S L
Decimal 176 7 83 0 0.96 0.53 0.31 333.02 0.92 0.36
Hex B0 7 53 0 60 35 1F 14D 5C 24
Octal 260 7 123 0 140 65 37 515 134 44
Binary 10110000 111 1010011 0 1100000 110101 11111 101001101 1011100 100100

Color Harmonies of #B00753

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B00753

Black with #B00753

Text Example


Text Example

White with #B00753

Text Example


Text Example

HTML Codes & Css Web 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>