Html Css Color HEX #A4044C Jazzberry Jam

📋 copy color: '#A4044C'

red 164 ◦ green 4 ◦ blue 76

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

Shades of Jazzberry Jam #A4044C

Tints of Jazzberry Jam #A4044C

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.64%

 BLUE value IS 76 (30.08% from 255) = 31.15%

R = 67.21%
G = 1.64%
B = 31.15%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.54

 K value IS 0.36

RGB Variations

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

Color information

#A4044C (or 0xA4044C) is known color: Jazzberry Jam. HEX triplet: A4, 04 and 4C. RGB value is (164,4,76). Sum of RGB (Red+Green+Blue) = 164+4+76=244 (32% of max value = 765). Red value is 164 (64.45% from 255 or 67.21% from 244); Green value is 4 (1.95% from 255 or 1.64% from 244); Blue value is 76 (30.08% from 255 or 31.15% from 244); Max value from RGB is 164 - color contains mainly: red. Hex color #A4044C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A4044C is #5BFBB3. Grayscale: #3B3B3B. Windows color (decimal): -6028212 or 4981924. OLE color: 4981924.

HSL color Cylindrical-coordinate representation of color #A4044C: hue angle of 333º degrees, saturation: 0.95, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A4044C is Cyan = 0, Magento = 0.98, Yellow = 0.54 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 4 76 -
CMYK 0 0.98 0.54 0.36
HSL 333º 0.95% 0.33% -
HSV(B) 333º 0.98% 0.64% -
XYZ 16.66 8.5 7.6 -
YUV 60.05 137.01 202.15 -
System Red Green Blue C M Y K H S L
Decimal 164 4 76 0 0.98 0.54 0.36 333 0.95 0.33
Hex A4 4 4C 0 62 36 24 14D 5F 21
Octal 244 4 114 0 142 66 44 515 137 41
Binary 10100100 100 1001100 0 1100010 110110 100100 101001101 1011111 100001

Color Harmonies of #A4044C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4044C

Black with #A4044C

Text Example


Text Example

White with #A4044C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4044C; }

 p { color: rgb(164,4,76); }

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

background-color css

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

 a { background-color: rgb(164,4,76); }

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

border-color css

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

 span { border-color: rgb(164,4,76); }

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