Html Css Color HEX #A4004A Jazzberry Jam

📋 copy color: '#A4004A'

red 164 ◦ green 0 ◦ blue 74

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

Shades of Jazzberry Jam #A4004A

Tints of Jazzberry Jam #A4004A

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 74 (29.3% from 255) = 31.09%

R = 68.91%
G = 0%
B = 31.09%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.55

 K value IS 0.36

RGB Variations

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

Color information

#A4004A (or 0xA4004A) is known color: Jazzberry Jam. HEX triplet: A4, 00 and 4A. RGB value is (164,0,74). Sum of RGB (Red+Green+Blue) = 164+0+74=238 (31% of max value = 765). Red value is 164 (64.45% from 255 or 68.91% from 238); Green value is 0 (0.39% from 255 or 0% from 238); Blue value is 74 (29.30% from 255 or 31.09% from 238); Max value from RGB is 164 - color contains mainly: red. Hex color #A4004A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A4004A is #5BFFB5. Grayscale: #393939. Windows color (decimal): -6029238 or 4849828. OLE color: 4849828.

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

Color convert

RGB 164 0 74 -
CMYK 0 1 0.55 0.36
HSL 332.93º 1% 0.32% -
HSV(B) 332.93º 1% 0.64% -
XYZ 16.55 8.39 7.23 -
YUV 57.47 137.33 203.98 -
System Red Green Blue C M Y K H S L
Decimal 164 0 74 0 1 0.55 0.36 332.93 1 0.32
Hex A4 0 4A 0 64 37 24 14D 64 20
Octal 244 0 112 0 144 67 44 515 144 40
Binary 10100100 0 1001010 0 1100100 110111 100100 101001101 1100100 100000

Color Harmonies of #A4004A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4004A

Black with #A4004A

Text Example


Text Example

White with #A4004A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4004A; }

 p { color: rgb(164,0,74); }

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

background-color css

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

 a { background-color: rgb(164,0,74); }

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

border-color css

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

 span { border-color: rgb(164,0,74); }

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