Html Css Color HEX #A20140 Jazzberry Jam

📋 copy color: '#A20140'

red 162 ◦ green 1 ◦ blue 64

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

Shades of Jazzberry Jam #A20140

Tints of Jazzberry Jam #A20140

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.44%

 BLUE value IS 64 (25.39% from 255) = 28.19%

R = 71.37%
G = 0.44%
B = 28.19%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.60

 K value IS 0.36

RGB Variations

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

Color information

#A20140 (or 0xA20140) is known color: Jazzberry Jam. HEX triplet: A2, 01 and 40. RGB value is (162,1,64). Sum of RGB (Red+Green+Blue) = 162+1+64=227 (30% of max value = 765). Red value is 162 (63.67% from 255 or 71.37% from 227); Green value is 1 (0.78% from 255 or 0.44% from 227); Blue value is 64 (25.39% from 255 or 28.19% from 227); Max value from RGB is 162 - color contains mainly: red. Hex color #A20140 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A20140 is #5DFEBF. Grayscale: #383838. Windows color (decimal): -6160064 or 4194722. OLE color: 4194722.

HSL color Cylindrical-coordinate representation of color #A20140: hue angle of 336.52º degrees, saturation: 0.99, 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 #A20140 is Cyan = 0, Magento = 0.99, Yellow = 0.60 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 1 64 -
CMYK 0 0.99 0.60 0.36
HSL 336.52º 0.99% 0.32% -
HSV(B) 336.52º 0.99% 0.64% -
XYZ 15.84 8.07 5.57 -
YUV 56.32 132.34 203.38 -
System Red Green Blue C M Y K H S L
Decimal 162 1 64 0 0.99 0.60 0.36 336.52 0.99 0.32
Hex A2 1 40 0 63 3C 24 151 63 20
Octal 242 1 100 0 143 74 44 521 143 40
Binary 10100010 1 1000000 0 1100011 111100 100100 101010001 1100011 100000

Color Harmonies of #A20140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A20140

Black with #A20140

Text Example


Text Example

White with #A20140

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A20140; }

 p { color: rgb(162,1,64); }

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

background-color css

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

 a { background-color: rgb(162,1,64); }

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

border-color css

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

 span { border-color: rgb(162,1,64); }

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