Html Css Color HEX #A4073F Jazzberry Jam

📋 copy color: '#A4073F'

red 164 ◦ green 7 ◦ blue 63

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

Shades of Jazzberry Jam #A4073F

Tints of Jazzberry Jam #A4073F

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.99%

 BLUE value IS 63 (25% from 255) = 26.92%

R = 70.09%
G = 2.99%
B = 26.92%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.62

 K value IS 0.36

RGB Variations

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

Color information

#A4073F (or 0xA4073F) is known color: Jazzberry Jam. HEX triplet: A4, 07 and 3F. RGB value is (164,7,63). Sum of RGB (Red+Green+Blue) = 164+7+63=234 (30% of max value = 765). Red value is 164 (64.45% from 255 or 70.09% from 234); Green value is 7 (3.12% from 255 or 2.99% from 234); Blue value is 63 (25% from 255 or 26.92% from 234); Max value from RGB is 164 - color contains mainly: red. Hex color #A4073F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A4073F is #5BF8C0. Grayscale: #3C3C3C. Windows color (decimal): -6027457 or 4130724. OLE color: 4130724.

HSL color Cylindrical-coordinate representation of color #A4073F: hue angle of 338.6º degrees, saturation: 0.92, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A4073F is Cyan = 0, Magento = 0.96, Yellow = 0.62 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 7 63 -
CMYK 0 0.96 0.62 0.36
HSL 338.6º 0.92% 0.34% -
HSV(B) 338.6º 0.96% 0.64% -
XYZ 16.28 8.4 5.47 -
YUV 60.33 129.51 201.95 -
System Red Green Blue C M Y K H S L
Decimal 164 7 63 0 0.96 0.62 0.36 338.6 0.92 0.34
Hex A4 7 3F 0 60 3E 24 153 5C 22
Octal 244 7 77 0 140 76 44 523 134 42
Binary 10100100 111 111111 0 1100000 111110 100100 101010011 1011100 100010

Color Harmonies of #A4073F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4073F

Black with #A4073F

Text Example


Text Example

White with #A4073F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4073F; }

 p { color: rgb(164,7,63); }

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

background-color css

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

 a { background-color: rgb(164,7,63); }

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

border-color css

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

 span { border-color: rgb(164,7,63); }

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