Html Css Color HEX #B10D4F Jazzberry Jam

📋 copy color: '#B10D4F'

red 177 ◦ green 13 ◦ blue 79

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

Shades of Jazzberry Jam #B10D4F

Tints of Jazzberry Jam #B10D4F

RGB

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

 GREEN value IS 13 (5.47% from 255) = 4.83%

 BLUE value IS 79 (31.25% from 255) = 29.37%

R = 65.8%
G = 4.83%
B = 29.37%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.55

 K value IS 0.31

RGB Variations

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

Color information

#B10D4F (or 0xB10D4F) is known color: Jazzberry Jam. HEX triplet: B1, 0D and 4F. RGB value is (177,13,79). Sum of RGB (Red+Green+Blue) = 177+13+79=269 (35% of max value = 765). Red value is 177 (69.53% from 255 or 65.80% from 269); Green value is 13 (5.47% from 255 or 4.83% from 269); Blue value is 79 (31.25% from 255 or 29.37% from 269); Max value from RGB is 177 - color contains mainly: red. Hex color #B10D4F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B10D4F is #4EF2B0. Grayscale: #454545. Windows color (decimal): -5173937 or 5180849. OLE color: 5180849.

HSL color Cylindrical-coordinate representation of color #B10D4F: hue angle of 335.85º degrees, saturation: 0.86, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B10D4F is Cyan = 0, Magento = 0.93, Yellow = 0.55 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 13 79 -
CMYK 0 0.93 0.55 0.31
HSL 335.85º 0.86% 0.37% -
HSV(B) 335.85º 0.93% 0.69% -
XYZ 19.69 10.2 8.33 -
YUV 69.56 133.33 204.63 -
System Red Green Blue C M Y K H S L
Decimal 177 13 79 0 0.93 0.55 0.31 335.85 0.86 0.37
Hex B1 D 4F 0 5D 37 1F 150 56 25
Octal 261 15 117 0 135 67 37 520 126 45
Binary 10110001 1101 1001111 0 1011101 110111 11111 101010000 1010110 100101

Color Harmonies of #B10D4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B10D4F

Black with #B10D4F

Text Example


Text Example

White with #B10D4F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B10D4F; }

 p { color: rgb(177,13,79); }

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

background-color css

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

 a { background-color: rgb(177,13,79); }

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

border-color css

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

 span { border-color: rgb(177,13,79); }

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