Html Css Color HEX #A3053D Jazzberry Jam

📋 copy color: '#A3053D'

red 163 ◦ green 5 ◦ blue 61

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

Shades of Jazzberry Jam #A3053D

Tints of Jazzberry Jam #A3053D

RGB

 RED value IS 163 (64.06% from 255) = 71.18%

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

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

R = 71.18%
G = 2.18%
B = 26.64%

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

#A3053D (or 0xA3053D) is known color: Jazzberry Jam. HEX triplet: A3, 05 and 3D. RGB value is (163,5,61). Sum of RGB (Red+Green+Blue) = 163+5+61=229 (30% of max value = 765). Red value is 163 (64.06% from 255 or 71.18% from 229); Green value is 5 (2.34% from 255 or 2.18% from 229); Blue value is 61 (24.22% from 255 or 26.64% from 229); Max value from RGB is 163 - color contains mainly: red. Hex color #A3053D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A3053D is #5CFAC2. Grayscale: #3A3A3A. Windows color (decimal): -6093507 or 3999139. OLE color: 3999139.

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

Color convert

RGB 163 5 61 -
CMYK 0 0.97 0.63 0.36
HSL 338.73º 0.94% 0.33% -
HSV(B) 338.73º 0.97% 0.64% -
XYZ 16 8.23 5.16 -
YUV 58.63 129.35 202.45 -
System Red Green Blue C M Y K H S L
Decimal 163 5 61 0 0.97 0.63 0.36 338.73 0.94 0.33
Hex A3 5 3D 0 61 3F 24 153 5E 21
Octal 243 5 75 0 141 77 44 523 136 41
Binary 10100011 101 111101 0 1100001 111111 100100 101010011 1011110 100001

Color Harmonies of #A3053D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3053D

Black with #A3053D

Text Example


Text Example

White with #A3053D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3053D; }

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

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

background-color css

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

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

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

border-color css

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

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

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