Html Css Color HEX #B1144A Jazzberry Jam

📋 copy color: '#B1144A'

red 177 ◦ green 20 ◦ blue 74

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

Shades of Jazzberry Jam #B1144A

Tints of Jazzberry Jam #B1144A

RGB

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

 GREEN value IS 20 (8.2% from 255) = 7.38%

 BLUE value IS 74 (29.3% from 255) = 27.31%

R = 65.31%
G = 7.38%
B = 27.31%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.58

 K value IS 0.31

RGB Variations

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

Color information

#B1144A (or 0xB1144A) is known color: Jazzberry Jam. HEX triplet: B1, 14 and 4A. RGB value is (177,20,74). Sum of RGB (Red+Green+Blue) = 177+20+74=271 (35% of max value = 765). Red value is 177 (69.53% from 255 or 65.31% from 271); Green value is 20 (8.20% from 255 or 7.38% from 271); Blue value is 74 (29.30% from 255 or 27.31% from 271); Max value from RGB is 177 - color contains mainly: red. Hex color #B1144A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B1144A is #4EEBB5. Grayscale: #494949. Windows color (decimal): -5172150 or 4854961. OLE color: 4854961.

HSL color Cylindrical-coordinate representation of color #B1144A: hue angle of 339.36º degrees, saturation: 0.8, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B1144A is Cyan = 0, Magento = 0.89, Yellow = 0.58 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 20 74 -
CMYK 0 0.89 0.58 0.31
HSL 339.36º 0.8% 0.39% -
HSV(B) 339.36º 0.89% 0.69% -
XYZ 19.62 10.34 7.44 -
YUV 73.1 128.51 202.11 -
System Red Green Blue C M Y K H S L
Decimal 177 20 74 0 0.89 0.58 0.31 339.36 0.8 0.39
Hex B1 14 4A 0 59 3A 1F 153 50 27
Octal 261 24 112 0 131 72 37 523 120 47
Binary 10110001 10100 1001010 0 1011001 111010 11111 101010011 1010000 100111

Color Harmonies of #B1144A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1144A

Black with #B1144A

Text Example


Text Example

White with #B1144A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1144A; }

 p { color: rgb(177,20,74); }

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

background-color css

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

 a { background-color: rgb(177,20,74); }

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

border-color css

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

 span { border-color: rgb(177,20,74); }

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