Html Css Color HEX #A9084D Jazzberry Jam

📋 copy color: '#A9084D'

red 169 ◦ green 8 ◦ blue 77

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

Shades of Jazzberry Jam #A9084D

Tints of Jazzberry Jam #A9084D

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.15%

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

R = 66.54%
G = 3.15%
B = 30.31%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.54

 K value IS 0.34

RGB Variations

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

Color information

#A9084D (or 0xA9084D) is known color: Jazzberry Jam. HEX triplet: A9, 08 and 4D. RGB value is (169,8,77). Sum of RGB (Red+Green+Blue) = 169+8+77=254 (33% of max value = 765). Red value is 169 (66.41% from 255 or 66.54% from 254); Green value is 8 (3.52% from 255 or 3.15% from 254); Blue value is 77 (30.47% from 255 or 30.31% from 254); Max value from RGB is 169 - color contains mainly: red. Hex color #A9084D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A9084D is #56F7B2. Grayscale: #3F3F3F. Windows color (decimal): -5699507 or 5048489. OLE color: 5048489.

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

Color convert

RGB 169 8 77 -
CMYK 0 0.95 0.54 0.34
HSL 334.29º 0.91% 0.35% -
HSV(B) 334.29º 0.95% 0.66% -
XYZ 17.79 9.14 7.85 -
YUV 64.01 135.34 202.89 -
System Red Green Blue C M Y K H S L
Decimal 169 8 77 0 0.95 0.54 0.34 334.29 0.91 0.35
Hex A9 8 4D 0 5F 36 22 14E 5B 23
Octal 251 10 115 0 137 66 42 516 133 43
Binary 10101001 1000 1001101 0 1011111 110110 100010 101001110 1011011 100011

Color Harmonies of #A9084D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9084D

Black with #A9084D

Text Example


Text Example

White with #A9084D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9084D; }

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

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

background-color css

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

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

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

border-color css

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

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

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