Html Css Color HEX #A2063B Jazzberry Jam

📋 copy color: '#A2063B'

red 162 ◦ green 6 ◦ blue 59

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

Shades of Jazzberry Jam #A2063B

Tints of Jazzberry Jam #A2063B

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.64%

 BLUE value IS 59 (23.44% from 255) = 25.99%

R = 71.37%
G = 2.64%
B = 25.99%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.64

 K value IS 0.36

RGB Variations

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

Color information

#A2063B (or 0xA2063B) is known color: Jazzberry Jam. HEX triplet: A2, 06 and 3B. RGB value is (162,6,59). Sum of RGB (Red+Green+Blue) = 162+6+59=227 (30% of max value = 765). Red value is 162 (63.67% from 255 or 71.37% from 227); Green value is 6 (2.73% from 255 or 2.64% from 227); Blue value is 59 (23.44% from 255 or 25.99% from 227); Max value from RGB is 162 - color contains mainly: red. Hex color #A2063B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A2063B is #5DF9C4. Grayscale: #3A3A3A. Windows color (decimal): -6158789 or 3868322. OLE color: 3868322.

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

Color convert

RGB 162 6 59 -
CMYK 0 0.96 0.64 0.36
HSL 339.62º 0.93% 0.33% -
HSV(B) 339.62º 0.96% 0.64% -
XYZ 15.75 8.13 4.88 -
YUV 58.69 128.18 201.69 -
System Red Green Blue C M Y K H S L
Decimal 162 6 59 0 0.96 0.64 0.36 339.62 0.93 0.33
Hex A2 6 3B 0 60 40 24 154 5D 21
Octal 242 6 73 0 140 100 44 524 135 41
Binary 10100010 110 111011 0 1100000 1000000 100100 101010100 1011101 100001

Color Harmonies of #A2063B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2063B

Black with #A2063B

Text Example


Text Example

White with #A2063B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2063B; }

 p { color: rgb(162,6,59); }

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

background-color css

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

 a { background-color: rgb(162,6,59); }

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

border-color css

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

 span { border-color: rgb(162,6,59); }

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