Html Css Color HEX #A4073B Jazzberry Jam

📋 copy color: '#A4073B'

red 164 ◦ green 7 ◦ blue 59

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

Shades of Jazzberry Jam #A4073B

Tints of Jazzberry Jam #A4073B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 25.65%

R = 71.3%
G = 3.04%
B = 25.65%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.64

 K value IS 0.36

RGB Variations

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

Color information

#A4073B (or 0xA4073B) is known color: Jazzberry Jam. HEX triplet: A4, 07 and 3B. RGB value is (164,7,59). Sum of RGB (Red+Green+Blue) = 164+7+59=230 (30% of max value = 765). Red value is 164 (64.45% from 255 or 71.30% from 230); Green value is 7 (3.12% from 255 or 3.04% from 230); Blue value is 59 (23.44% from 255 or 25.65% from 230); Max value from RGB is 164 - color contains mainly: red. Hex color #A4073B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A4073B is #5BF8C4. Grayscale: #3B3B3B. Windows color (decimal): -6027461 or 3868580. OLE color: 3868580.

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

Color convert

RGB 164 7 59 -
CMYK 0 0.96 0.64 0.36
HSL 340.13º 0.92% 0.34% -
HSV(B) 340.13º 0.96% 0.64% -
XYZ 16.18 8.36 4.9 -
YUV 59.87 127.51 202.27 -
System Red Green Blue C M Y K H S L
Decimal 164 7 59 0 0.96 0.64 0.36 340.13 0.92 0.34
Hex A4 7 3B 0 60 40 24 154 5C 22
Octal 244 7 73 0 140 100 44 524 134 42
Binary 10100100 111 111011 0 1100000 1000000 100100 101010100 1011100 100010

Color Harmonies of #A4073B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4073B

Black with #A4073B

Text Example


Text Example

White with #A4073B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4073B; }

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

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

background-color css

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

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

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

border-color css

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

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

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