Html Css Color HEX #A2063D Jazzberry Jam

📋 copy color: '#A2063D'

red 162 ◦ green 6 ◦ blue 61

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

Shades of Jazzberry Jam #A2063D

Tints of Jazzberry Jam #A2063D

RGB

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

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

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

R = 70.74%
G = 2.62%
B = 26.64%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.62

 K value IS 0.36

RGB Variations

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

Color information

#A2063D (or 0xA2063D) is known color: Jazzberry Jam. HEX triplet: A2, 06 and 3D. RGB value is (162,6,61). Sum of RGB (Red+Green+Blue) = 162+6+61=229 (30% of max value = 765). Red value is 162 (63.67% from 255 or 70.74% from 229); Green value is 6 (2.73% from 255 or 2.62% from 229); Blue value is 61 (24.22% from 255 or 26.64% from 229); Max value from RGB is 162 - color contains mainly: red. Hex color #A2063D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A2063D is #5DF9C2. Grayscale: #3A3A3A. Windows color (decimal): -6158787 or 3999394. OLE color: 3999394.

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

Color convert

RGB 162 6 61 -
CMYK 0 0.96 0.62 0.36
HSL 338.85º 0.93% 0.33% -
HSV(B) 338.85º 0.96% 0.64% -
XYZ 15.81 8.15 5.15 -
YUV 58.91 129.18 201.53 -
System Red Green Blue C M Y K H S L
Decimal 162 6 61 0 0.96 0.62 0.36 338.85 0.93 0.33
Hex A2 6 3D 0 60 3E 24 153 5D 21
Octal 242 6 75 0 140 76 44 523 135 41
Binary 10100010 110 111101 0 1100000 111110 100100 101010011 1011101 100001

Color Harmonies of #A2063D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2063D

Black with #A2063D

Text Example


Text Example

White with #A2063D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2063D; }

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

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

background-color css

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

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

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

border-color css

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

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

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