Html Css Color HEX #A2053D Jazzberry Jam

📋 copy color: '#A2053D'

red 162 ◦ green 5 ◦ blue 61

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

Shades of Jazzberry Jam #A2053D

Tints of Jazzberry Jam #A2053D

RGB

 RED value IS 162 (63.67% from 255) = 71.05%

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

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

R = 71.05%
G = 2.19%
B = 26.75%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.62

 K value IS 0.36

RGB Variations

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

Color information

#A2053D (or 0xA2053D) is known color: Jazzberry Jam. HEX triplet: A2, 05 and 3D. RGB value is (162,5,61). Sum of RGB (Red+Green+Blue) = 162+5+61=228 (30% of max value = 765). Red value is 162 (63.67% from 255 or 71.05% from 228); Green value is 5 (2.34% from 255 or 2.19% from 228); Blue value is 61 (24.22% from 255 or 26.75% from 228); Max value from RGB is 162 - color contains mainly: red. Hex color #A2053D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A2053D is #5DFAC2. Grayscale: #3A3A3A. Windows color (decimal): -6159043 or 3999138. OLE color: 3999138.

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

Color convert

RGB 162 5 61 -
CMYK 0 0.97 0.62 0.36
HSL 338.6º 0.94% 0.33% -
HSV(B) 338.6º 0.97% 0.64% -
XYZ 15.8 8.13 5.15 -
YUV 58.33 129.51 201.95 -
System Red Green Blue C M Y K H S L
Decimal 162 5 61 0 0.97 0.62 0.36 338.6 0.94 0.33
Hex A2 5 3D 0 61 3E 24 153 5E 21
Octal 242 5 75 0 141 76 44 523 136 41
Binary 10100010 101 111101 0 1100001 111110 100100 101010011 1011110 100001

Color Harmonies of #A2053D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2053D

Black with #A2053D

Text Example


Text Example

White with #A2053D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2053D; }

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

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

background-color css

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

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

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

border-color css

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

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

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