Html Css Color HEX #A40149 Jazzberry Jam

📋 copy color: '#A40149'

red 164 ◦ green 1 ◦ blue 73

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

Shades of Jazzberry Jam #A40149

Tints of Jazzberry Jam #A40149

RGB

 RED value IS 164 (64.45% from 255) = 68.91%

 GREEN value IS 1 (0.78% from 255) = 0.42%

 BLUE value IS 73 (28.91% from 255) = 30.67%

R = 68.91%
G = 0.42%
B = 30.67%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.55

 K value IS 0.36

RGB Variations

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

Color information

#A40149 (or 0xA40149) is known color: Jazzberry Jam. HEX triplet: A4, 01 and 49. RGB value is (164,1,73). Sum of RGB (Red+Green+Blue) = 164+1+73=238 (31% of max value = 765). Red value is 164 (64.45% from 255 or 68.91% from 238); Green value is 1 (0.78% from 255 or 0.42% from 238); Blue value is 73 (28.91% from 255 or 30.67% from 238); Max value from RGB is 164 - color contains mainly: red. Hex color #A40149 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A40149 is #5BFEB6. Grayscale: #393939. Windows color (decimal): -6028983 or 4784548. OLE color: 4784548.

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

Color convert

RGB 164 1 73 -
CMYK 0 0.99 0.55 0.36
HSL 333.5º 0.99% 0.32% -
HSV(B) 333.5º 0.99% 0.64% -
XYZ 16.52 8.4 7.05 -
YUV 57.95 136.5 203.65 -
System Red Green Blue C M Y K H S L
Decimal 164 1 73 0 0.99 0.55 0.36 333.5 0.99 0.32
Hex A4 1 49 0 63 37 24 14D 63 20
Octal 244 1 111 0 143 67 44 515 143 40
Binary 10100100 1 1001001 0 1100011 110111 100100 101001101 1100011 100000

Color Harmonies of #A40149

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A40149

Black with #A40149

Text Example


Text Example

White with #A40149

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A40149; }

 p { color: rgb(164,1,73); }

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

background-color css

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

 a { background-color: rgb(164,1,73); }

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

border-color css

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

 span { border-color: rgb(164,1,73); }

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