Html Css Color HEX #A4004D Jazzberry Jam

📋 copy color: '#A4004D'

red 164 ◦ green 0 ◦ blue 77

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

Shades of Jazzberry Jam #A4004D

Tints of Jazzberry Jam #A4004D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 31.95%

R = 68.05%
G = 0%
B = 31.95%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.53

 K value IS 0.36

RGB Variations

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

Color information

#A4004D (or 0xA4004D) is known color: Jazzberry Jam. HEX triplet: A4, 00 and 4D. RGB value is (164,0,77). Sum of RGB (Red+Green+Blue) = 164+0+77=241 (31% of max value = 765). Red value is 164 (64.45% from 255 or 68.05% from 241); Green value is 0 (0.39% from 255 or 0% from 241); Blue value is 77 (30.47% from 255 or 31.95% from 241); Max value from RGB is 164 - color contains mainly: red. Hex color #A4004D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A4004D is #5BFFB2. Grayscale: #393939. Windows color (decimal): -6029235 or 5046436. OLE color: 5046436.

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

Color convert

RGB 164 0 77 -
CMYK 0 1 0.53 0.36
HSL 331.83º 1% 0.32% -
HSV(B) 331.83º 1% 0.64% -
XYZ 16.65 8.43 7.77 -
YUV 57.81 138.83 203.74 -
System Red Green Blue C M Y K H S L
Decimal 164 0 77 0 1 0.53 0.36 331.83 1 0.32
Hex A4 0 4D 0 64 35 24 14C 64 20
Octal 244 0 115 0 144 65 44 514 144 40
Binary 10100100 0 1001101 0 1100100 110101 100100 101001100 1100100 100000

Color Harmonies of #A4004D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4004D

Black with #A4004D

Text Example


Text Example

White with #A4004D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4004D; }

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

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

background-color css

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

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

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

border-color css

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

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

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