Html Css Color HEX #B1013F Jazzberry Jam

📋 copy color: '#B1013F'

red 177 ◦ green 1 ◦ blue 63

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

Shades of Jazzberry Jam #B1013F

Tints of Jazzberry Jam #B1013F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 26.14%

R = 73.44%
G = 0.41%
B = 26.14%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.64

 K value IS 0.31

RGB Variations

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

Color information

#B1013F (or 0xB1013F) is known color: Jazzberry Jam. HEX triplet: B1, 01 and 3F. RGB value is (177,1,63). Sum of RGB (Red+Green+Blue) = 177+1+63=241 (31% of max value = 765). Red value is 177 (69.53% from 255 or 73.44% from 241); Green value is 1 (0.78% from 255 or 0.41% from 241); Blue value is 63 (25% from 255 or 26.14% from 241); Max value from RGB is 177 - color contains mainly: red. Hex color #B1013F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B1013F is #4EFEC0. Grayscale: #3C3C3C. Windows color (decimal): -5177025 or 4129201. OLE color: 4129201.

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

Color convert

RGB 177 1 63 -
CMYK 0 0.99 0.64 0.31
HSL 338.86º 0.99% 0.35% -
HSV(B) 338.86º 0.99% 0.69% -
XYZ 19.04 9.73 5.58 -
YUV 60.69 129.31 210.96 -
System Red Green Blue C M Y K H S L
Decimal 177 1 63 0 0.99 0.64 0.31 338.86 0.99 0.35
Hex B1 1 3F 0 63 40 1F 153 63 23
Octal 261 1 77 0 143 100 37 523 143 43
Binary 10110001 1 111111 0 1100011 1000000 11111 101010011 1100011 100011

Color Harmonies of #B1013F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1013F

Black with #B1013F

Text Example


Text Example

White with #B1013F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1013F; }

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

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

background-color css

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

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

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

border-color css

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

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

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