Html Css Color HEX #A4014C Jazzberry Jam

📋 copy color: '#A4014C'

red 164 ◦ green 1 ◦ blue 76

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

Shades of Jazzberry Jam #A4014C

Tints of Jazzberry Jam #A4014C

RGB

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

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

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

R = 68.05%
G = 0.41%
B = 31.54%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.54

 K value IS 0.36

RGB Variations

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

Color information

#A4014C (or 0xA4014C) is known color: Jazzberry Jam. HEX triplet: A4, 01 and 4C. RGB value is (164,1,76). Sum of RGB (Red+Green+Blue) = 164+1+76=241 (31% of max value = 765). Red value is 164 (64.45% from 255 or 68.05% from 241); Green value is 1 (0.78% from 255 or 0.41% from 241); Blue value is 76 (30.08% from 255 or 31.54% from 241); Max value from RGB is 164 - color contains mainly: red. Hex color #A4014C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A4014C is #5BFEB3. Grayscale: #3A3A3A. Windows color (decimal): -6028980 or 4981156. OLE color: 4981156.

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

Color convert

RGB 164 1 76 -
CMYK 0 0.99 0.54 0.36
HSL 332.39º 0.99% 0.32% -
HSV(B) 332.39º 0.99% 0.64% -
XYZ 16.63 8.44 7.59 -
YUV 58.29 138 203.4 -
System Red Green Blue C M Y K H S L
Decimal 164 1 76 0 0.99 0.54 0.36 332.39 0.99 0.32
Hex A4 1 4C 0 63 36 24 14C 63 20
Octal 244 1 114 0 143 66 44 514 143 40
Binary 10100100 1 1001100 0 1100011 110110 100100 101001100 1100011 100000

Color Harmonies of #A4014C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4014C

Black with #A4014C

Text Example


Text Example

White with #A4014C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4014C; }

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

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

background-color css

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

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

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

border-color css

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

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

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