Html Css Color HEX #A20747 Jazzberry Jam

📋 copy color: '#A20747'

red 162 ◦ green 7 ◦ blue 71

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

Shades of Jazzberry Jam #A20747

Tints of Jazzberry Jam #A20747

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.92%

 BLUE value IS 71 (28.13% from 255) = 29.58%

R = 67.5%
G = 2.92%
B = 29.58%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.56

 K value IS 0.36

RGB Variations

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

Color information

#A20747 (or 0xA20747) is known color: Jazzberry Jam. HEX triplet: A2, 07 and 47. RGB value is (162,7,71). Sum of RGB (Red+Green+Blue) = 162+7+71=240 (31% of max value = 765). Red value is 162 (63.67% from 255 or 67.5% from 240); Green value is 7 (3.12% from 255 or 2.92% from 240); Blue value is 71 (28.12% from 255 or 29.58% from 240); Max value from RGB is 162 - color contains mainly: red. Hex color #A20747 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A20747 is #5DF8B8. Grayscale: #3C3C3C. Windows color (decimal): -6158521 or 4655010. OLE color: 4655010.

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

Color convert

RGB 162 7 71 -
CMYK 0 0.96 0.56 0.36
HSL 335.23º 0.92% 0.33% -
HSV(B) 335.23º 0.96% 0.64% -
XYZ 16.11 8.29 6.71 -
YUV 60.64 133.85 200.3 -
System Red Green Blue C M Y K H S L
Decimal 162 7 71 0 0.96 0.56 0.36 335.23 0.92 0.33
Hex A2 7 47 0 60 38 24 14F 5C 21
Octal 242 7 107 0 140 70 44 517 134 41
Binary 10100010 111 1000111 0 1100000 111000 100100 101001111 1011100 100001

Color Harmonies of #A20747

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A20747

Black with #A20747

Text Example


Text Example

White with #A20747

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A20747; }

 p { color: rgb(162,7,71); }

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

background-color css

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

 a { background-color: rgb(162,7,71); }

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

border-color css

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

 span { border-color: rgb(162,7,71); }

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