Html Css Color HEX #A9074C Jazzberry Jam

📋 copy color: '#A9074C'

red 169 ◦ green 7 ◦ blue 76

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

Shades of Jazzberry Jam #A9074C

Tints of Jazzberry Jam #A9074C

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.78%

 BLUE value IS 76 (30.08% from 255) = 30.16%

R = 67.06%
G = 2.78%
B = 30.16%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.55

 K value IS 0.34

RGB Variations

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

Color information

#A9074C (or 0xA9074C) is known color: Jazzberry Jam. HEX triplet: A9, 07 and 4C. RGB value is (169,7,76). Sum of RGB (Red+Green+Blue) = 169+7+76=252 (33% of max value = 765). Red value is 169 (66.41% from 255 or 67.06% from 252); Green value is 7 (3.12% from 255 or 2.78% from 252); Blue value is 76 (30.08% from 255 or 30.16% from 252); Max value from RGB is 169 - color contains mainly: red. Hex color #A9074C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A9074C is #56F8B3. Grayscale: #3F3F3F. Windows color (decimal): -5699764 or 4982697. OLE color: 4982697.

HSL color Cylindrical-coordinate representation of color #A9074C: hue angle of 334.44º degrees, saturation: 0.92, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A9074C is Cyan = 0, Magento = 0.96, Yellow = 0.55 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 7 76 -
CMYK 0 0.96 0.55 0.34
HSL 334.44º 0.92% 0.35% -
HSV(B) 334.44º 0.96% 0.66% -
XYZ 17.74 9.11 7.66 -
YUV 63.3 135.17 203.39 -
System Red Green Blue C M Y K H S L
Decimal 169 7 76 0 0.96 0.55 0.34 334.44 0.92 0.35
Hex A9 7 4C 0 60 37 22 14E 5C 23
Octal 251 7 114 0 140 67 42 516 134 43
Binary 10101001 111 1001100 0 1100000 110111 100010 101001110 1011100 100011

Color Harmonies of #A9074C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9074C

Black with #A9074C

Text Example


Text Example

White with #A9074C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9074C; }

 p { color: rgb(169,7,76); }

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

background-color css

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

 a { background-color: rgb(169,7,76); }

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

border-color css

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

 span { border-color: rgb(169,7,76); }

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