Html Css Color HEX #A2073F Jazzberry Jam

📋 copy color: '#A2073F'

red 162 ◦ green 7 ◦ blue 63

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

Shades of Jazzberry Jam #A2073F

Tints of Jazzberry Jam #A2073F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 27.16%

R = 69.83%
G = 3.02%
B = 27.16%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.61

 K value IS 0.36

RGB Variations

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

Color information

#A2073F (or 0xA2073F) is known color: Jazzberry Jam. HEX triplet: A2, 07 and 3F. RGB value is (162,7,63). Sum of RGB (Red+Green+Blue) = 162+7+63=232 (30% of max value = 765). Red value is 162 (63.67% from 255 or 69.83% from 232); Green value is 7 (3.12% from 255 or 3.02% from 232); Blue value is 63 (25% from 255 or 27.16% from 232); Max value from RGB is 162 - color contains mainly: red. Hex color #A2073F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A2073F is #5DF8C0. Grayscale: #3B3B3B. Windows color (decimal): -6158529 or 4130722. OLE color: 4130722.

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

Color convert

RGB 162 7 63 -
CMYK 0 0.96 0.61 0.36
HSL 338.32º 0.92% 0.33% -
HSV(B) 338.32º 0.96% 0.64% -
XYZ 15.87 8.19 5.45 -
YUV 59.73 129.85 200.95 -
System Red Green Blue C M Y K H S L
Decimal 162 7 63 0 0.96 0.61 0.36 338.32 0.92 0.33
Hex A2 7 3F 0 60 3D 24 152 5C 21
Octal 242 7 77 0 140 75 44 522 134 41
Binary 10100010 111 111111 0 1100000 111101 100100 101010010 1011100 100001

Color Harmonies of #A2073F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2073F

Black with #A2073F

Text Example


Text Example

White with #A2073F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2073F; }

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

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

background-color css

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

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

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

border-color css

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

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

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