Html Css Color HEX #A1164B Jazzberry Jam

📋 copy color: '#A1164B'

red 161 ◦ green 22 ◦ blue 75

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

Shades of Jazzberry Jam #A1164B

Tints of Jazzberry Jam #A1164B

RGB

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

 GREEN value IS 22 (8.98% from 255) = 8.53%

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

R = 62.4%
G = 8.53%
B = 29.07%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.53

 K value IS 0.37

RGB Variations

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

Color information

#A1164B (or 0xA1164B) is known color: Jazzberry Jam. HEX triplet: A1, 16 and 4B. RGB value is (161,22,75). Sum of RGB (Red+Green+Blue) = 161+22+75=258 (34% of max value = 765). Red value is 161 (63.28% from 255 or 62.40% from 258); Green value is 22 (8.98% from 255 or 8.53% from 258); Blue value is 75 (29.69% from 255 or 29.07% from 258); Max value from RGB is 161 - color contains mainly: red. Hex color #A1164B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A1164B is #5EE9B4. Grayscale: #454545. Windows color (decimal): -6220213 or 4920993. OLE color: 4920993.

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

Color convert

RGB 161 22 75 -
CMYK 0 0.86 0.53 0.37
HSL 337.12º 0.76% 0.36% -
HSV(B) 337.12º 0.86% 0.63% -
XYZ 16.25 8.66 7.47 -
YUV 69.6 131.05 193.19 -
System Red Green Blue C M Y K H S L
Decimal 161 22 75 0 0.86 0.53 0.37 337.12 0.76 0.36
Hex A1 16 4B 0 56 35 25 151 4C 24
Octal 241 26 113 0 126 65 45 521 114 44
Binary 10100001 10110 1001011 0 1010110 110101 100101 101010001 1001100 100100

Color Harmonies of #A1164B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1164B

Black with #A1164B

Text Example


Text Example

White with #A1164B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1164B; }

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

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

background-color css

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

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

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

border-color css

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

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

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