Html Css Color HEX #B10D4D Jazzberry Jam

📋 copy color: '#B10D4D'

red 177 ◦ green 13 ◦ blue 77

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

Shades of Jazzberry Jam #B10D4D

Tints of Jazzberry Jam #B10D4D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 28.84%

R = 66.29%
G = 4.87%
B = 28.84%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.56

 K value IS 0.31

RGB Variations

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

Color information

#B10D4D (or 0xB10D4D) is known color: Jazzberry Jam. HEX triplet: B1, 0D and 4D. RGB value is (177,13,77). Sum of RGB (Red+Green+Blue) = 177+13+77=267 (35% of max value = 765). Red value is 177 (69.53% from 255 or 66.29% from 267); Green value is 13 (5.47% from 255 or 4.87% from 267); Blue value is 77 (30.47% from 255 or 28.84% from 267); Max value from RGB is 177 - color contains mainly: red. Hex color #B10D4D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B10D4D is #4EF2B2. Grayscale: #454545. Windows color (decimal): -5173939 or 5049777. OLE color: 5049777.

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

Color convert

RGB 177 13 77 -
CMYK 0 0.93 0.56 0.31
HSL 336.59º 0.86% 0.37% -
HSV(B) 336.59º 0.93% 0.69% -
XYZ 19.61 10.17 7.95 -
YUV 69.33 132.33 204.8 -
System Red Green Blue C M Y K H S L
Decimal 177 13 77 0 0.93 0.56 0.31 336.59 0.86 0.37
Hex B1 D 4D 0 5D 38 1F 151 56 25
Octal 261 15 115 0 135 70 37 521 126 45
Binary 10110001 1101 1001101 0 1011101 111000 11111 101010001 1010110 100101

Color Harmonies of #B10D4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B10D4D

Black with #B10D4D

Text Example


Text Example

White with #B10D4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B10D4D; }

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

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

background-color css

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

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

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

border-color css

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

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

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