Html Css Color HEX #A9035D Jazzberry Jam

📋 copy color: '#A9035D'

red 169 ◦ green 3 ◦ blue 93

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

Shades of Jazzberry Jam #A9035D

Tints of Jazzberry Jam #A9035D

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.13%

 BLUE value IS 93 (36.72% from 255) = 35.09%

R = 63.77%
G = 1.13%
B = 35.09%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.45

 K value IS 0.34

RGB Variations

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

Color information

#A9035D (or 0xA9035D) is known color: Jazzberry Jam. HEX triplet: A9, 03 and 5D. RGB value is (169,3,93). Sum of RGB (Red+Green+Blue) = 169+3+93=265 (35% of max value = 765). Red value is 169 (66.41% from 255 or 63.77% from 265); Green value is 3 (1.56% from 255 or 1.13% from 265); Blue value is 93 (36.72% from 255 or 35.09% from 265); Max value from RGB is 169 - color contains mainly: red. Hex color #A9035D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A9035D is #56FCA2. Grayscale: #3E3E3E. Windows color (decimal): -5700771 or 6095785. OLE color: 6095785.

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

Color convert

RGB 169 3 93 -
CMYK 0 0.98 0.45 0.34
HSL 327.47º 0.97% 0.34% -
HSV(B) 327.47º 0.98% 0.66% -
XYZ 18.37 9.29 11.18 -
YUV 62.89 145 203.68 -
System Red Green Blue C M Y K H S L
Decimal 169 3 93 0 0.98 0.45 0.34 327.47 0.97 0.34
Hex A9 3 5D 0 62 2D 22 147 61 22
Octal 251 3 135 0 142 55 42 507 141 42
Binary 10101001 11 1011101 0 1100010 101101 100010 101000111 1100001 100010

Color Harmonies of #A9035D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9035D

Black with #A9035D

Text Example


Text Example

White with #A9035D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9035D; }

 p { color: rgb(169,3,93); }

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

background-color css

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

 a { background-color: rgb(169,3,93); }

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

border-color css

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

 span { border-color: rgb(169,3,93); }

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