Html Css Color HEX #A4013E Jazzberry Jam

📋 copy color: '#A4013E'

red 164 ◦ green 1 ◦ blue 62

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

Shades of Jazzberry Jam #A4013E

Tints of Jazzberry Jam #A4013E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 27.31%

R = 72.25%
G = 0.44%
B = 27.31%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.62

 K value IS 0.36

RGB Variations

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

Color information

#A4013E (or 0xA4013E) is known color: Jazzberry Jam. HEX triplet: A4, 01 and 3E. RGB value is (164,1,62). Sum of RGB (Red+Green+Blue) = 164+1+62=227 (30% of max value = 765). Red value is 164 (64.45% from 255 or 72.25% from 227); Green value is 1 (0.78% from 255 or 0.44% from 227); Blue value is 62 (24.61% from 255 or 27.31% from 227); Max value from RGB is 164 - color contains mainly: red. Hex color #A4013E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A4013E is #5BFEC1. Grayscale: #383838. Windows color (decimal): -6028994 or 4063652. OLE color: 4063652.

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

Color convert

RGB 164 1 62 -
CMYK 0 0.99 0.62 0.36
HSL 337.55º 0.99% 0.32% -
HSV(B) 337.55º 0.99% 0.64% -
XYZ 16.19 8.26 5.3 -
YUV 56.69 131 204.54 -
System Red Green Blue C M Y K H S L
Decimal 164 1 62 0 0.99 0.62 0.36 337.55 0.99 0.32
Hex A4 1 3E 0 63 3E 24 152 63 20
Octal 244 1 76 0 143 76 44 522 143 40
Binary 10100100 1 111110 0 1100011 111110 100100 101010010 1100011 100000

Color Harmonies of #A4013E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4013E

Black with #A4013E

Text Example


Text Example

White with #A4013E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4013E; }

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

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

background-color css

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

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

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

border-color css

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

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

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