Html Css Color HEX #B10143 Jazzberry Jam

📋 copy color: '#B10143'

red 177 ◦ green 1 ◦ blue 67

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

Shades of Jazzberry Jam #B10143

Tints of Jazzberry Jam #B10143

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.41%

 BLUE value IS 67 (26.56% from 255) = 27.35%

R = 72.24%
G = 0.41%
B = 27.35%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.62

 K value IS 0.31

RGB Variations

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

Color information

#B10143 (or 0xB10143) is known color: Jazzberry Jam. HEX triplet: B1, 01 and 43. RGB value is (177,1,67). Sum of RGB (Red+Green+Blue) = 177+1+67=245 (32% of max value = 765). Red value is 177 (69.53% from 255 or 72.24% from 245); Green value is 1 (0.78% from 255 or 0.41% from 245); Blue value is 67 (26.56% from 255 or 27.35% from 245); Max value from RGB is 177 - color contains mainly: red. Hex color #B10143 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B10143 is #4EFEBC. Grayscale: #3D3D3D. Windows color (decimal): -5177021 or 4391345. OLE color: 4391345.

HSL color Cylindrical-coordinate representation of color #B10143: hue angle of 337.5º degrees, saturation: 0.99, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B10143 is Cyan = 0, Magento = 0.99, Yellow = 0.62 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 1 67 -
CMYK 0 0.99 0.62 0.31
HSL 337.5º 0.99% 0.35% -
HSV(B) 337.5º 0.99% 0.69% -
XYZ 19.16 9.77 6.19 -
YUV 61.15 131.31 210.63 -
System Red Green Blue C M Y K H S L
Decimal 177 1 67 0 0.99 0.62 0.31 337.5 0.99 0.35
Hex B1 1 43 0 63 3E 1F 152 63 23
Octal 261 1 103 0 143 76 37 522 143 43
Binary 10110001 1 1000011 0 1100011 111110 11111 101010010 1100011 100011

Color Harmonies of #B10143

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B10143

Black with #B10143

Text Example


Text Example

White with #B10143

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B10143; }

 p { color: rgb(177,1,67); }

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

background-color css

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

 a { background-color: rgb(177,1,67); }

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

border-color css

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

 span { border-color: rgb(177,1,67); }

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