Html Css Color HEX #A4073D Jazzberry Jam

📋 copy color: '#A4073D'

red 164 ◦ green 7 ◦ blue 61

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

Shades of Jazzberry Jam #A4073D

Tints of Jazzberry Jam #A4073D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 26.29%

R = 70.69%
G = 3.02%
B = 26.29%

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

#A4073D (or 0xA4073D) is known color: Jazzberry Jam. HEX triplet: A4, 07 and 3D. RGB value is (164,7,61). Sum of RGB (Red+Green+Blue) = 164+7+61=232 (30% of max value = 765). Red value is 164 (64.45% from 255 or 70.69% from 232); Green value is 7 (3.12% from 255 or 3.02% from 232); Blue value is 61 (24.22% from 255 or 26.29% from 232); Max value from RGB is 164 - color contains mainly: red. Hex color #A4073D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A4073D is #5BF8C2. Grayscale: #3C3C3C. Windows color (decimal): -6027459 or 3999652. OLE color: 3999652.

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

Color convert

RGB 164 7 61 -
CMYK 0 0.96 0.63 0.36
HSL 339.36º 0.92% 0.34% -
HSV(B) 339.36º 0.96% 0.64% -
XYZ 16.23 8.38 5.18 -
YUV 60.1 128.51 202.11 -
System Red Green Blue C M Y K H S L
Decimal 164 7 61 0 0.96 0.63 0.36 339.36 0.92 0.34
Hex A4 7 3D 0 60 3F 24 153 5C 22
Octal 244 7 75 0 140 77 44 523 134 42
Binary 10100100 111 111101 0 1100000 111111 100100 101010011 1011100 100010

Color Harmonies of #A4073D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4073D

Black with #A4073D

Text Example


Text Example

White with #A4073D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4073D; }

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

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

background-color css

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

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

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

border-color css

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

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

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