Html Css Color HEX #A4014A Jazzberry Jam

📋 copy color: '#A4014A'

red 164 ◦ green 1 ◦ blue 74

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

Shades of Jazzberry Jam #A4014A

Tints of Jazzberry Jam #A4014A

RGB

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

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

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

R = 68.62%
G = 0.42%
B = 30.96%

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

#A4014A (or 0xA4014A) is known color: Jazzberry Jam. HEX triplet: A4, 01 and 4A. RGB value is (164,1,74). Sum of RGB (Red+Green+Blue) = 164+1+74=239 (31% of max value = 765). Red value is 164 (64.45% from 255 or 68.62% from 239); Green value is 1 (0.78% from 255 or 0.42% from 239); Blue value is 74 (29.30% from 255 or 30.96% from 239); Max value from RGB is 164 - color contains mainly: red. Hex color #A4014A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A4014A is #5BFEB5. Grayscale: #393939. Windows color (decimal): -6028982 or 4850084. OLE color: 4850084.

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

Color convert

RGB 164 1 74 -
CMYK 0 0.99 0.55 0.36
HSL 333.13º 0.99% 0.32% -
HSV(B) 333.13º 0.99% 0.64% -
XYZ 16.56 8.41 7.23 -
YUV 58.06 137 203.56 -
System Red Green Blue C M Y K H S L
Decimal 164 1 74 0 0.99 0.55 0.36 333.13 0.99 0.32
Hex A4 1 4A 0 63 37 24 14D 63 20
Octal 244 1 112 0 143 67 44 515 143 40
Binary 10100100 1 1001010 0 1100011 110111 100100 101001101 1100011 100000

Color Harmonies of #A4014A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4014A

Black with #A4014A

Text Example


Text Example

White with #A4014A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4014A; }

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

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

background-color css

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

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

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

border-color css

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

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

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