Html Css Color HEX #A1144B Jazzberry Jam

📋 copy color: '#A1144B'

red 161 ◦ green 20 ◦ blue 75

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

Shades of Jazzberry Jam #A1144B

Tints of Jazzberry Jam #A1144B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 29.3%

R = 62.89%
G = 7.81%
B = 29.3%

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

#A1144B (or 0xA1144B) is known color: Jazzberry Jam. HEX triplet: A1, 14 and 4B. RGB value is (161,20,75). Sum of RGB (Red+Green+Blue) = 161+20+75=256 (33% of max value = 765). Red value is 161 (63.28% from 255 or 62.89% from 256); Green value is 20 (8.20% from 255 or 7.81% from 256); Blue value is 75 (29.69% from 255 or 29.30% from 256); Max value from RGB is 161 - color contains mainly: red. Hex color #A1144B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A1144B is #5EEBB4. Grayscale: #444444. Windows color (decimal): -6220725 or 4920481. OLE color: 4920481.

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

Color convert

RGB 161 20 75 -
CMYK 0 0.88 0.53 0.37
HSL 336.6º 0.78% 0.35% -
HSV(B) 336.6º 0.88% 0.63% -
XYZ 16.22 8.59 7.46 -
YUV 68.43 131.71 194.03 -
System Red Green Blue C M Y K H S L
Decimal 161 20 75 0 0.88 0.53 0.37 336.6 0.78 0.35
Hex A1 14 4B 0 58 35 25 151 4E 23
Octal 241 24 113 0 130 65 45 521 116 43
Binary 10100001 10100 1001011 0 1011000 110101 100101 101010001 1001110 100011

Color Harmonies of #A1144B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1144B

Black with #A1144B

Text Example


Text Example

White with #A1144B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1144B; }

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

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

background-color css

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

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

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

border-color css

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

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

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