Html Css Color HEX #A1134A Jazzberry Jam

📋 copy color: '#A1134A'

red 161 ◦ green 19 ◦ blue 74

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

Shades of Jazzberry Jam #A1134A

Tints of Jazzberry Jam #A1134A

RGB

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

 GREEN value IS 19 (7.81% from 255) = 7.48%

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

R = 63.39%
G = 7.48%
B = 29.13%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.54

 K value IS 0.37

RGB Variations

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

Color information

#A1134A (or 0xA1134A) is known color: Jazzberry Jam. HEX triplet: A1, 13 and 4A. RGB value is (161,19,74). Sum of RGB (Red+Green+Blue) = 161+19+74=254 (33% of max value = 765). Red value is 161 (63.28% from 255 or 63.39% from 254); Green value is 19 (7.81% from 255 or 7.48% from 254); Blue value is 74 (29.30% from 255 or 29.13% from 254); Max value from RGB is 161 - color contains mainly: red. Hex color #A1134A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A1134A is #5EECB5. Grayscale: #434343. Windows color (decimal): -6220982 or 4854689. OLE color: 4854689.

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

Color convert

RGB 161 19 74 -
CMYK 0 0.88 0.54 0.37
HSL 336.76º 0.79% 0.35% -
HSV(B) 336.76º 0.88% 0.63% -
XYZ 16.17 8.54 7.27 -
YUV 67.73 131.54 194.53 -
System Red Green Blue C M Y K H S L
Decimal 161 19 74 0 0.88 0.54 0.37 336.76 0.79 0.35
Hex A1 13 4A 0 58 36 25 151 4F 23
Octal 241 23 112 0 130 66 45 521 117 43
Binary 10100001 10011 1001010 0 1011000 110110 100101 101010001 1001111 100011

Color Harmonies of #A1134A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1134A

Black with #A1134A

Text Example


Text Example

White with #A1134A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1134A; }

 p { color: rgb(161,19,74); }

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

background-color css

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

 a { background-color: rgb(161,19,74); }

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

border-color css

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

 span { border-color: rgb(161,19,74); }

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