Html Css Color HEX #A20247 Jazzberry Jam

📋 copy color: '#A20247'

red 162 ◦ green 2 ◦ blue 71

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

Shades of Jazzberry Jam #A20247

Tints of Jazzberry Jam #A20247

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.85%

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

R = 68.94%
G = 0.85%
B = 30.21%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.56

 K value IS 0.36

RGB Variations

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

Color information

#A20247 (or 0xA20247) is known color: Jazzberry Jam. HEX triplet: A2, 02 and 47. RGB value is (162,2,71). Sum of RGB (Red+Green+Blue) = 162+2+71=235 (31% of max value = 765). Red value is 162 (63.67% from 255 or 68.94% from 235); Green value is 2 (1.17% from 255 or 0.85% from 235); Blue value is 71 (28.12% from 255 or 30.21% from 235); Max value from RGB is 162 - color contains mainly: red. Hex color #A20247 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A20247 is #5DFDB8. Grayscale: #393939. Windows color (decimal): -6159801 or 4653730. OLE color: 4653730.

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

Color convert

RGB 162 2 71 -
CMYK 0 0.99 0.56 0.36
HSL 334.13º 0.98% 0.32% -
HSV(B) 334.13º 0.99% 0.64% -
XYZ 16.06 8.18 6.69 -
YUV 57.71 135.51 202.39 -
System Red Green Blue C M Y K H S L
Decimal 162 2 71 0 0.99 0.56 0.36 334.13 0.98 0.32
Hex A2 2 47 0 63 38 24 14E 62 20
Octal 242 2 107 0 143 70 44 516 142 40
Binary 10100010 10 1000111 0 1100011 111000 100100 101001110 1100010 100000

Color Harmonies of #A20247

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A20247

Black with #A20247

Text Example


Text Example

White with #A20247

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A20247; }

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

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

background-color css

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

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

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

border-color css

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

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

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