Html Css Color HEX #A4053C Jazzberry Jam

📋 copy color: '#A4053C'

red 164 ◦ green 5 ◦ blue 60

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

Shades of Jazzberry Jam #A4053C

Tints of Jazzberry Jam #A4053C

RGB

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

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

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

R = 71.62%
G = 2.18%
B = 26.2%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.63

 K value IS 0.36

RGB Variations

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

Color information

#A4053C (or 0xA4053C) is known color: Jazzberry Jam. HEX triplet: A4, 05 and 3C. RGB value is (164,5,60). Sum of RGB (Red+Green+Blue) = 164+5+60=229 (30% of max value = 765). Red value is 164 (64.45% from 255 or 71.62% from 229); Green value is 5 (2.34% from 255 or 2.18% from 229); Blue value is 60 (23.83% from 255 or 26.20% from 229); Max value from RGB is 164 - color contains mainly: red. Hex color #A4053C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A4053C is #5BFAC3. Grayscale: #3A3A3A. Windows color (decimal): -6027972 or 3933604. OLE color: 3933604.

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

Color convert

RGB 164 5 60 -
CMYK 0 0.97 0.63 0.36
HSL 339.25º 0.94% 0.33% -
HSV(B) 339.25º 0.97% 0.64% -
XYZ 16.18 8.33 5.03 -
YUV 58.81 128.68 203.03 -
System Red Green Blue C M Y K H S L
Decimal 164 5 60 0 0.97 0.63 0.36 339.25 0.94 0.33
Hex A4 5 3C 0 61 3F 24 153 5E 21
Octal 244 5 74 0 141 77 44 523 136 41
Binary 10100100 101 111100 0 1100001 111111 100100 101010011 1011110 100001

Color Harmonies of #A4053C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4053C

Black with #A4053C

Text Example


Text Example

White with #A4053C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4053C; }

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

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

background-color css

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

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

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

border-color css

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

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

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