Html Css Color HEX #A9033B Jazzberry Jam

📋 copy color: '#A9033B'

red 169 ◦ green 3 ◦ blue 59

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

Shades of Jazzberry Jam #A9033B

Tints of Jazzberry Jam #A9033B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 25.54%

R = 73.16%
G = 1.3%
B = 25.54%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.65

 K value IS 0.34

RGB Variations

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

Color information

#A9033B (or 0xA9033B) is known color: Jazzberry Jam. HEX triplet: A9, 03 and 3B. RGB value is (169,3,59). Sum of RGB (Red+Green+Blue) = 169+3+59=231 (30% of max value = 765). Red value is 169 (66.41% from 255 or 73.16% from 231); Green value is 3 (1.56% from 255 or 1.30% from 231); Blue value is 59 (23.44% from 255 or 25.54% from 231); Max value from RGB is 169 - color contains mainly: red. Hex color #A9033B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A9033B is #56FCC4. Grayscale: #3A3A3A. Windows color (decimal): -5700805 or 3867561. OLE color: 3867561.

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

Color convert

RGB 169 3 59 -
CMYK 0 0.98 0.65 0.34
HSL 339.76º 0.97% 0.34% -
HSV(B) 339.76º 0.98% 0.66% -
XYZ 17.18 8.82 4.93 -
YUV 59.02 128 206.45 -
System Red Green Blue C M Y K H S L
Decimal 169 3 59 0 0.98 0.65 0.34 339.76 0.97 0.34
Hex A9 3 3B 0 62 41 22 154 61 22
Octal 251 3 73 0 142 101 42 524 141 42
Binary 10101001 11 111011 0 1100010 1000001 100010 101010100 1100001 100010

Color Harmonies of #A9033B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9033B

Black with #A9033B

Text Example


Text Example

White with #A9033B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9033B; }

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

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

background-color css

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

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

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

border-color css

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

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

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