Html Css Color HEX #A40448 Jazzberry Jam

📋 copy color: '#A40448'

red 164 ◦ green 4 ◦ blue 72

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

Shades of Jazzberry Jam #A40448

Tints of Jazzberry Jam #A40448

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 30%

R = 68.33%
G = 1.67%
B = 30%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.56

 K value IS 0.36

RGB Variations

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

Color information

#A40448 (or 0xA40448) is known color: Jazzberry Jam. HEX triplet: A4, 04 and 48. RGB value is (164,4,72). Sum of RGB (Red+Green+Blue) = 164+4+72=240 (31% of max value = 765). Red value is 164 (64.45% from 255 or 68.33% from 240); Green value is 4 (1.95% from 255 or 1.67% from 240); Blue value is 72 (28.52% from 255 or 30% from 240); Max value from RGB is 164 - color contains mainly: red. Hex color #A40448 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A40448 is #5BFBB7. Grayscale: #3B3B3B. Windows color (decimal): -6028216 or 4719780. OLE color: 4719780.

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

Color convert

RGB 164 4 72 -
CMYK 0 0.98 0.56 0.36
HSL 334.5º 0.95% 0.33% -
HSV(B) 334.5º 0.98% 0.64% -
XYZ 16.52 8.45 6.89 -
YUV 59.59 135.01 202.47 -
System Red Green Blue C M Y K H S L
Decimal 164 4 72 0 0.98 0.56 0.36 334.5 0.95 0.33
Hex A4 4 48 0 62 38 24 14E 5F 21
Octal 244 4 110 0 142 70 44 516 137 41
Binary 10100100 100 1001000 0 1100010 111000 100100 101001110 1011111 100001

Color Harmonies of #A40448

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A40448

Black with #A40448

Text Example


Text Example

White with #A40448

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A40448; }

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

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

background-color css

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

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

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

border-color css

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

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

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