Html Css Color HEX #A4053D Jazzberry Jam

📋 copy color: '#A4053D'

red 164 ◦ green 5 ◦ blue 61

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

Shades of Jazzberry Jam #A4053D

Tints of Jazzberry Jam #A4053D

RGB

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

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

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

R = 71.3%
G = 2.17%
B = 26.52%

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

#A4053D (or 0xA4053D) is known color: Jazzberry Jam. HEX triplet: A4, 05 and 3D. RGB value is (164,5,61). Sum of RGB (Red+Green+Blue) = 164+5+61=230 (30% of max value = 765). Red value is 164 (64.45% from 255 or 71.30% from 230); Green value is 5 (2.34% from 255 or 2.17% from 230); Blue value is 61 (24.22% from 255 or 26.52% from 230); Max value from RGB is 164 - color contains mainly: red. Hex color #A4053D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A4053D is #5BFAC2. Grayscale: #3A3A3A. Windows color (decimal): -6027971 or 3999140. OLE color: 3999140.

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

Color convert

RGB 164 5 61 -
CMYK 0 0.97 0.63 0.36
HSL 338.87º 0.94% 0.33% -
HSV(B) 338.87º 0.97% 0.64% -
XYZ 16.21 8.34 5.17 -
YUV 58.93 129.18 202.95 -
System Red Green Blue C M Y K H S L
Decimal 164 5 61 0 0.97 0.63 0.36 338.87 0.94 0.33
Hex A4 5 3D 0 61 3F 24 153 5E 21
Octal 244 5 75 0 141 77 44 523 136 41
Binary 10100100 101 111101 0 1100001 111111 100100 101010011 1011110 100001

Color Harmonies of #A4053D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4053D

Black with #A4053D

Text Example


Text Example

White with #A4053D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4053D; }

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

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

background-color css

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

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

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

border-color css

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

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

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