Html Css Color HEX #B10750 Jazzberry Jam

📋 copy color: '#B10750'

red 177 ◦ green 7 ◦ blue 80

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

Shades of Jazzberry Jam #B10750

Tints of Jazzberry Jam #B10750

RGB

 RED value IS 177 (69.53% from 255) = 67.05%

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

 BLUE value IS 80 (31.64% from 255) = 30.3%

R = 67.05%
G = 2.65%
B = 30.3%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.55

 K value IS 0.31

RGB Variations

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

Color information

#B10750 (or 0xB10750) is known color: Jazzberry Jam. HEX triplet: B1, 07 and 50. RGB value is (177,7,80). Sum of RGB (Red+Green+Blue) = 177+7+80=264 (34% of max value = 765). Red value is 177 (69.53% from 255 or 67.05% from 264); Green value is 7 (3.12% from 255 or 2.65% from 264); Blue value is 80 (31.64% from 255 or 30.30% from 264); Max value from RGB is 177 - color contains mainly: red. Hex color #B10750 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B10750 is #4EF8AF. Grayscale: #424242. Windows color (decimal): -5175472 or 5244849. OLE color: 5244849.

HSL color Cylindrical-coordinate representation of color #B10750: hue angle of 334.24º 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 #B10750 is Cyan = 0, Magento = 0.96, Yellow = 0.55 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 7 80 -
CMYK 0 0.96 0.55 0.31
HSL 334.24º 0.92% 0.36% -
HSV(B) 334.24º 0.96% 0.69% -
XYZ 19.66 10.08 8.5 -
YUV 66.15 135.82 207.06 -
System Red Green Blue C M Y K H S L
Decimal 177 7 80 0 0.96 0.55 0.31 334.24 0.92 0.36
Hex B1 7 50 0 60 37 1F 14E 5C 24
Octal 261 7 120 0 140 67 37 516 134 44
Binary 10110001 111 1010000 0 1100000 110111 11111 101001110 1011100 100100

Color Harmonies of #B10750

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B10750

Black with #B10750

Text Example


Text Example

White with #B10750

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B10750; }

 p { color: rgb(177,7,80); }

 H1.HeaderClassName
 {
   color: #B10750;
 }
 .AnyTagClassName
 {
   color: #B10750;
 }
</style>

background-color css

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

 a { background-color: rgb(177,7,80); }

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

border-color css

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

 span { border-color: rgb(177,7,80); }

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