Html Css Color HEX #A9184A Jazzberry Jam

📋 copy color: '#A9184A'

red 169 ◦ green 24 ◦ blue 74

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

Shades of Jazzberry Jam #A9184A

Tints of Jazzberry Jam #A9184A

RGB

 RED value IS 169 (66.41% from 255) = 63.3%

 GREEN value IS 24 (9.77% from 255) = 8.99%

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

R = 63.3%
G = 8.99%
B = 27.72%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.56

 K value IS 0.34

RGB Variations

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

Color information

#A9184A (or 0xA9184A) is known color: Jazzberry Jam. HEX triplet: A9, 18 and 4A. RGB value is (169,24,74). Sum of RGB (Red+Green+Blue) = 169+24+74=267 (35% of max value = 765). Red value is 169 (66.41% from 255 or 63.30% from 267); Green value is 24 (9.77% from 255 or 8.99% from 267); Blue value is 74 (29.30% from 255 or 27.72% from 267); Max value from RGB is 169 - color contains mainly: red. Hex color #A9184A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A9184A is #56E7B5. Grayscale: #494949. Windows color (decimal): -5695414 or 4855977. OLE color: 4855977.

HSL color Cylindrical-coordinate representation of color #A9184A: hue angle of 339.31º degrees, saturation: 0.75, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A9184A is Cyan = 0, Magento = 0.86, Yellow = 0.56 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 24 74 -
CMYK 0 0.86 0.56 0.34
HSL 339.31º 0.75% 0.38% -
HSV(B) 339.31º 0.86% 0.66% -
XYZ 17.92 9.58 7.38 -
YUV 73.06 128.54 196.43 -
System Red Green Blue C M Y K H S L
Decimal 169 24 74 0 0.86 0.56 0.34 339.31 0.75 0.38
Hex A9 18 4A 0 56 38 22 153 4B 26
Octal 251 30 112 0 126 70 42 523 113 46
Binary 10101001 11000 1001010 0 1010110 111000 100010 101010011 1001011 100110

Color Harmonies of #A9184A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9184A

Black with #A9184A

Text Example


Text Example

White with #A9184A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9184A; }

 p { color: rgb(169,24,74); }

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

background-color css

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

 a { background-color: rgb(169,24,74); }

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

border-color css

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

 span { border-color: rgb(169,24,74); }

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