Html Css Color HEX #A9114F Jazzberry Jam

📋 copy color: '#A9114F'

red 169 ◦ green 17 ◦ blue 79

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

Shades of Jazzberry Jam #A9114F

Tints of Jazzberry Jam #A9114F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 29.81%

R = 63.77%
G = 6.42%
B = 29.81%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.53

 K value IS 0.34

RGB Variations

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

Color information

#A9114F (or 0xA9114F) is known color: Jazzberry Jam. HEX triplet: A9, 11 and 4F. RGB value is (169,17,79). Sum of RGB (Red+Green+Blue) = 169+17+79=265 (35% of max value = 765). Red value is 169 (66.41% from 255 or 63.77% from 265); Green value is 17 (7.03% from 255 or 6.42% from 265); Blue value is 79 (31.25% from 255 or 29.81% from 265); Max value from RGB is 169 - color contains mainly: red. Hex color #A9114F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A9114F is #56EEB0. Grayscale: #454545. Windows color (decimal): -5697201 or 5181865. OLE color: 5181865.

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

Color convert

RGB 169 17 79 -
CMYK 0 0.90 0.53 0.34
HSL 335.53º 0.82% 0.36% -
HSV(B) 335.53º 0.9% 0.66% -
XYZ 17.97 9.4 8.26 -
YUV 69.52 133.36 198.96 -
System Red Green Blue C M Y K H S L
Decimal 169 17 79 0 0.90 0.53 0.34 335.53 0.82 0.36
Hex A9 11 4F 0 5A 35 22 150 52 24
Octal 251 21 117 0 132 65 42 520 122 44
Binary 10101001 10001 1001111 0 1011010 110101 100010 101010000 1010010 100100

Color Harmonies of #A9114F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9114F

Black with #A9114F

Text Example


Text Example

White with #A9114F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9114F; }

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

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

background-color css

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

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

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

border-color css

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

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

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