Html Css Color HEX #A9013E Jazzberry Jam

📋 copy color: '#A9013E'

red 169 ◦ green 1 ◦ blue 62

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

Shades of Jazzberry Jam #A9013E

Tints of Jazzberry Jam #A9013E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 26.72%

R = 72.84%
G = 0.43%
B = 26.72%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.63

 K value IS 0.34

RGB Variations

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

Color information

#A9013E (or 0xA9013E) is known color: Jazzberry Jam. HEX triplet: A9, 01 and 3E. RGB value is (169,1,62). Sum of RGB (Red+Green+Blue) = 169+1+62=232 (30% of max value = 765). Red value is 169 (66.41% from 255 or 72.84% from 232); Green value is 1 (0.78% from 255 or 0.43% from 232); Blue value is 62 (24.61% from 255 or 26.72% from 232); Max value from RGB is 169 - color contains mainly: red. Hex color #A9013E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A9013E is #56FEC1. Grayscale: #3A3A3A. Windows color (decimal): -5701314 or 4063657. OLE color: 4063657.

HSL color Cylindrical-coordinate representation of color #A9013E: hue angle of 338.21º 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 #A9013E is Cyan = 0, Magento = 0.99, Yellow = 0.63 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 1 62 -
CMYK 0 0.99 0.63 0.34
HSL 338.21º 0.99% 0.33% -
HSV(B) 338.21º 0.99% 0.66% -
XYZ 17.24 8.8 5.35 -
YUV 58.19 130.16 207.04 -
System Red Green Blue C M Y K H S L
Decimal 169 1 62 0 0.99 0.63 0.34 338.21 0.99 0.33
Hex A9 1 3E 0 63 3F 22 152 63 21
Octal 251 1 76 0 143 77 42 522 143 41
Binary 10101001 1 111110 0 1100011 111111 100010 101010010 1100011 100001

Color Harmonies of #A9013E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9013E

Black with #A9013E

Text Example


Text Example

White with #A9013E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9013E; }

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

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

background-color css

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

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

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

border-color css

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

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

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