Html Css Color HEX #A91144 Jazzberry Jam

📋 copy color: '#A91144'

red 169 ◦ green 17 ◦ blue 68

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

Shades of Jazzberry Jam #A91144

Tints of Jazzberry Jam #A91144

RGB

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

 GREEN value IS 17 (7.03% from 255) = 6.69%

 BLUE value IS 68 (26.95% from 255) = 26.77%

R = 66.54%
G = 6.69%
B = 26.77%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.60

 K value IS 0.34

RGB Variations

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

Color information

#A91144 (or 0xA91144) is known color: Jazzberry Jam. HEX triplet: A9, 11 and 44. RGB value is (169,17,68). Sum of RGB (Red+Green+Blue) = 169+17+68=254 (33% of max value = 765). Red value is 169 (66.41% from 255 or 66.54% from 254); Green value is 17 (7.03% from 255 or 6.69% from 254); Blue value is 68 (26.95% from 255 or 26.77% from 254); Max value from RGB is 169 - color contains mainly: red. Hex color #A91144 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A91144 is #56EEBB. Grayscale: #444444. Windows color (decimal): -5697212 or 4460969. OLE color: 4460969.

HSL color Cylindrical-coordinate representation of color #A91144: hue angle of 339.87º degrees, saturation: 0.82, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A91144 is Cyan = 0, Magento = 0.90, Yellow = 0.60 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 17 68 -
CMYK 0 0.90 0.60 0.34
HSL 339.87º 0.82% 0.36% -
HSV(B) 339.87º 0.9% 0.66% -
XYZ 17.61 9.25 6.33 -
YUV 68.26 127.86 199.85 -
System Red Green Blue C M Y K H S L
Decimal 169 17 68 0 0.90 0.60 0.34 339.87 0.82 0.36
Hex A9 11 44 0 5A 3C 22 154 52 24
Octal 251 21 104 0 132 74 42 524 122 44
Binary 10101001 10001 1000100 0 1011010 111100 100010 101010100 1010010 100100

Color Harmonies of #A91144

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A91144

Black with #A91144

Text Example


Text Example

White with #A91144

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A91144; }

 p { color: rgb(169,17,68); }

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

background-color css

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

 a { background-color: rgb(169,17,68); }

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

border-color css

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

 span { border-color: rgb(169,17,68); }

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