Html Css Color HEX #A9014D Jazzberry Jam

📋 copy color: '#A9014D'

red 169 ◦ green 1 ◦ blue 77

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

Shades of Jazzberry Jam #A9014D

Tints of Jazzberry Jam #A9014D

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.4%

 BLUE value IS 77 (30.47% from 255) = 31.17%

R = 68.42%
G = 0.4%
B = 31.17%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.54

 K value IS 0.34

RGB Variations

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

Color information

#A9014D (or 0xA9014D) is known color: Jazzberry Jam. HEX triplet: A9, 01 and 4D. RGB value is (169,1,77). Sum of RGB (Red+Green+Blue) = 169+1+77=247 (32% of max value = 765). Red value is 169 (66.41% from 255 or 68.42% from 247); Green value is 1 (0.78% from 255 or 0.40% from 247); Blue value is 77 (30.47% from 255 or 31.17% from 247); Max value from RGB is 169 - color contains mainly: red. Hex color #A9014D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A9014D is #56FEB2. Grayscale: #3B3B3B. Windows color (decimal): -5701299 or 5046697. OLE color: 5046697.

HSL color Cylindrical-coordinate representation of color #A9014D: hue angle of 332.86º degrees, saturation: 0.99, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A9014D is Cyan = 0, Magento = 0.99, Yellow = 0.54 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 1 77 -
CMYK 0 0.99 0.54 0.34
HSL 332.86º 0.99% 0.33% -
HSV(B) 332.86º 0.99% 0.66% -
XYZ 17.71 8.99 7.82 -
YUV 59.9 137.66 205.82 -
System Red Green Blue C M Y K H S L
Decimal 169 1 77 0 0.99 0.54 0.34 332.86 0.99 0.33
Hex A9 1 4D 0 63 36 22 14D 63 21
Octal 251 1 115 0 143 66 42 515 143 41
Binary 10101001 1 1001101 0 1100011 110110 100010 101001101 1100011 100001

Color Harmonies of #A9014D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9014D

Black with #A9014D

Text Example


Text Example

White with #A9014D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9014D; }

 p { color: rgb(169,1,77); }

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

background-color css

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

 a { background-color: rgb(169,1,77); }

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

border-color css

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

 span { border-color: rgb(169,1,77); }

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