Html Css Color HEX #A4053B Jazzberry Jam

📋 copy color: '#A4053B'

red 164 ◦ green 5 ◦ blue 59

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

Shades of Jazzberry Jam #A4053B

Tints of Jazzberry Jam #A4053B

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.19%

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

R = 71.93%
G = 2.19%
B = 25.88%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.64

 K value IS 0.36

RGB Variations

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

Color information

#A4053B (or 0xA4053B) is known color: Jazzberry Jam. HEX triplet: A4, 05 and 3B. RGB value is (164,5,59). Sum of RGB (Red+Green+Blue) = 164+5+59=228 (30% of max value = 765). Red value is 164 (64.45% from 255 or 71.93% from 228); Green value is 5 (2.34% from 255 or 2.19% from 228); Blue value is 59 (23.44% from 255 or 25.88% from 228); Max value from RGB is 164 - color contains mainly: red. Hex color #A4053B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A4053B is #5BFAC4. Grayscale: #3A3A3A. Windows color (decimal): -6027973 or 3868068. OLE color: 3868068.

HSL color Cylindrical-coordinate representation of color #A4053B: hue angle of 339.62º degrees, saturation: 0.94, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A4053B is Cyan = 0, Magento = 0.97, Yellow = 0.64 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 5 59 -
CMYK 0 0.97 0.64 0.36
HSL 339.62º 0.94% 0.33% -
HSV(B) 339.62º 0.97% 0.64% -
XYZ 16.15 8.32 4.89 -
YUV 58.7 128.18 203.11 -
System Red Green Blue C M Y K H S L
Decimal 164 5 59 0 0.97 0.64 0.36 339.62 0.94 0.33
Hex A4 5 3B 0 61 40 24 154 5E 21
Octal 244 5 73 0 141 100 44 524 136 41
Binary 10100100 101 111011 0 1100001 1000000 100100 101010100 1011110 100001

Color Harmonies of #A4053B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4053B

Black with #A4053B

Text Example


Text Example

White with #A4053B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4053B; }

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

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

background-color css

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

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

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

border-color css

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

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

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