Html Css Color HEX #A9023D Jazzberry Jam

📋 copy color: '#A9023D'

red 169 ◦ green 2 ◦ blue 61

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

Shades of Jazzberry Jam #A9023D

Tints of Jazzberry Jam #A9023D

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.86%

 BLUE value IS 61 (24.22% from 255) = 26.29%

R = 72.84%
G = 0.86%
B = 26.29%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.64

 K value IS 0.34

RGB Variations

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

Color information

#A9023D (or 0xA9023D) is known color: Jazzberry Jam. HEX triplet: A9, 02 and 3D. RGB value is (169,2,61). Sum of RGB (Red+Green+Blue) = 169+2+61=232 (30% of max value = 765). Red value is 169 (66.41% from 255 or 72.84% from 232); Green value is 2 (1.17% from 255 or 0.86% from 232); Blue value is 61 (24.22% from 255 or 26.29% from 232); Max value from RGB is 169 - color contains mainly: red. Hex color #A9023D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A9023D is #56FDC2. Grayscale: #3A3A3A. Windows color (decimal): -5701059 or 3998377. OLE color: 3998377.

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

Color convert

RGB 169 2 61 -
CMYK 0 0.99 0.64 0.34
HSL 338.8º 0.98% 0.34% -
HSV(B) 338.8º 0.99% 0.66% -
XYZ 17.23 8.82 5.21 -
YUV 58.66 129.33 206.7 -
System Red Green Blue C M Y K H S L
Decimal 169 2 61 0 0.99 0.64 0.34 338.8 0.98 0.34
Hex A9 2 3D 0 63 40 22 153 62 22
Octal 251 2 75 0 143 100 42 523 142 42
Binary 10101001 10 111101 0 1100011 1000000 100010 101010011 1100010 100010

Color Harmonies of #A9023D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9023D

Black with #A9023D

Text Example


Text Example

White with #A9023D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9023D; }

 p { color: rgb(169,2,61); }

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

background-color css

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

 a { background-color: rgb(169,2,61); }

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

border-color css

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

 span { border-color: rgb(169,2,61); }

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