Html Css Color HEX #A1144C Jazzberry Jam

📋 copy color: '#A1144C'

red 161 ◦ green 20 ◦ blue 76

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

Shades of Jazzberry Jam #A1144C

Tints of Jazzberry Jam #A1144C

RGB

 RED value IS 161 (63.28% from 255) = 62.65%

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

 BLUE value IS 76 (30.08% from 255) = 29.57%

R = 62.65%
G = 7.78%
B = 29.57%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.53

 K value IS 0.37

RGB Variations

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

Color information

#A1144C (or 0xA1144C) is known color: Jazzberry Jam. HEX triplet: A1, 14 and 4C. RGB value is (161,20,76). Sum of RGB (Red+Green+Blue) = 161+20+76=257 (34% of max value = 765). Red value is 161 (63.28% from 255 or 62.65% from 257); Green value is 20 (8.20% from 255 or 7.78% from 257); Blue value is 76 (30.08% from 255 or 29.57% from 257); Max value from RGB is 161 - color contains mainly: red. Hex color #A1144C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A1144C is #5EEBB3. Grayscale: #444444. Windows color (decimal): -6220724 or 4986017. OLE color: 4986017.

HSL color Cylindrical-coordinate representation of color #A1144C: hue angle of 336.17º degrees, saturation: 0.78, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A1144C is Cyan = 0, Magento = 0.88, Yellow = 0.53 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 20 76 -
CMYK 0 0.88 0.53 0.37
HSL 336.17º 0.78% 0.35% -
HSV(B) 336.17º 0.88% 0.63% -
XYZ 16.25 8.6 7.64 -
YUV 68.54 132.21 193.95 -
System Red Green Blue C M Y K H S L
Decimal 161 20 76 0 0.88 0.53 0.37 336.17 0.78 0.35
Hex A1 14 4C 0 58 35 25 150 4E 23
Octal 241 24 114 0 130 65 45 520 116 43
Binary 10100001 10100 1001100 0 1011000 110101 100101 101010000 1001110 100011

Color Harmonies of #A1144C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1144C

Black with #A1144C

Text Example


Text Example

White with #A1144C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1144C; }

 p { color: rgb(161,20,76); }

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

background-color css

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

 a { background-color: rgb(161,20,76); }

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

border-color css

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

 span { border-color: rgb(161,20,76); }

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