Html Css Color HEX #A4073C Jazzberry Jam

📋 copy color: '#A4073C'

red 164 ◦ green 7 ◦ blue 60

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

Shades of Jazzberry Jam #A4073C

Tints of Jazzberry Jam #A4073C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 25.97%

R = 71%
G = 3.03%
B = 25.97%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.63

 K value IS 0.36

RGB Variations

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

Color information

#A4073C (or 0xA4073C) is known color: Jazzberry Jam. HEX triplet: A4, 07 and 3C. RGB value is (164,7,60). Sum of RGB (Red+Green+Blue) = 164+7+60=231 (30% of max value = 765). Red value is 164 (64.45% from 255 or 71.00% from 231); Green value is 7 (3.12% from 255 or 3.03% from 231); Blue value is 60 (23.83% from 255 or 25.97% from 231); Max value from RGB is 164 - color contains mainly: red. Hex color #A4073C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A4073C is #5BF8C3. Grayscale: #3B3B3B. Windows color (decimal): -6027460 or 3934116. OLE color: 3934116.

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

Color convert

RGB 164 7 60 -
CMYK 0 0.96 0.63 0.36
HSL 339.75º 0.92% 0.34% -
HSV(B) 339.75º 0.96% 0.64% -
XYZ 16.2 8.37 5.04 -
YUV 59.99 128.01 202.19 -
System Red Green Blue C M Y K H S L
Decimal 164 7 60 0 0.96 0.63 0.36 339.75 0.92 0.34
Hex A4 7 3C 0 60 3F 24 154 5C 22
Octal 244 7 74 0 140 77 44 524 134 42
Binary 10100100 111 111100 0 1100000 111111 100100 101010100 1011100 100010

Color Harmonies of #A4073C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4073C

Black with #A4073C

Text Example


Text Example

White with #A4073C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4073C; }

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

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

background-color css

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

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

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

border-color css

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

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

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