Html Css Color HEX #A1144D Jazzberry Jam

📋 copy color: '#A1144D'

red 161 ◦ green 20 ◦ blue 77

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

Shades of Jazzberry Jam #A1144D

Tints of Jazzberry Jam #A1144D

RGB

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

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

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

R = 62.4%
G = 7.75%
B = 29.84%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.52

 K value IS 0.37

RGB Variations

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

Color information

#A1144D (or 0xA1144D) is known color: Jazzberry Jam. HEX triplet: A1, 14 and 4D. RGB value is (161,20,77). Sum of RGB (Red+Green+Blue) = 161+20+77=258 (34% of max value = 765). Red value is 161 (63.28% from 255 or 62.40% from 258); Green value is 20 (8.20% from 255 or 7.75% from 258); Blue value is 77 (30.47% from 255 or 29.84% from 258); Max value from RGB is 161 - color contains mainly: red. Hex color #A1144D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A1144D is #5EEBB2. Grayscale: #444444. Windows color (decimal): -6220723 or 5051553. OLE color: 5051553.

HSL color Cylindrical-coordinate representation of color #A1144D: hue angle of 335.74º 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 #A1144D is Cyan = 0, Magento = 0.88, Yellow = 0.52 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 20 77 -
CMYK 0 0.88 0.52 0.37
HSL 335.74º 0.78% 0.35% -
HSV(B) 335.74º 0.88% 0.63% -
XYZ 16.29 8.61 7.83 -
YUV 68.66 132.71 193.87 -
System Red Green Blue C M Y K H S L
Decimal 161 20 77 0 0.88 0.52 0.37 335.74 0.78 0.35
Hex A1 14 4D 0 58 34 25 150 4E 23
Octal 241 24 115 0 130 64 45 520 116 43
Binary 10100001 10100 1001101 0 1011000 110100 100101 101010000 1001110 100011

Color Harmonies of #A1144D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1144D

Black with #A1144D

Text Example


Text Example

White with #A1144D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1144D; }

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

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

background-color css

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

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

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

border-color css

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

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

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