Html Css Color HEX #A1073F Jazzberry Jam

📋 copy color: '#A1073F'

red 161 ◦ green 7 ◦ blue 63

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

Shades of Jazzberry Jam #A1073F

Tints of Jazzberry Jam #A1073F

RGB

 RED value IS 161 (63.28% from 255) = 69.7%

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

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

R = 69.7%
G = 3.03%
B = 27.27%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.61

 K value IS 0.37

RGB Variations

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

Color information

#A1073F (or 0xA1073F) is known color: Jazzberry Jam. HEX triplet: A1, 07 and 3F. RGB value is (161,7,63). Sum of RGB (Red+Green+Blue) = 161+7+63=231 (30% of max value = 765). Red value is 161 (63.28% from 255 or 69.70% from 231); Green value is 7 (3.12% from 255 or 3.03% from 231); Blue value is 63 (25% from 255 or 27.27% from 231); Max value from RGB is 161 - color contains mainly: red. Hex color #A1073F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A1073F is #5EF8C0. Grayscale: #3B3B3B. Windows color (decimal): -6224065 or 4130721. OLE color: 4130721.

HSL color Cylindrical-coordinate representation of color #A1073F: hue angle of 338.18º degrees, saturation: 0.92, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A1073F is Cyan = 0, Magento = 0.96, Yellow = 0.61 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 7 63 -
CMYK 0 0.96 0.61 0.37
HSL 338.18º 0.92% 0.33% -
HSV(B) 338.18º 0.96% 0.63% -
XYZ 15.67 8.09 5.44 -
YUV 59.43 130.02 200.45 -
System Red Green Blue C M Y K H S L
Decimal 161 7 63 0 0.96 0.61 0.37 338.18 0.92 0.33
Hex A1 7 3F 0 60 3D 25 152 5C 21
Octal 241 7 77 0 140 75 45 522 134 41
Binary 10100001 111 111111 0 1100000 111101 100101 101010010 1011100 100001

Color Harmonies of #A1073F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1073F

Black with #A1073F

Text Example


Text Example

White with #A1073F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1073F; }

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

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

background-color css

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

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

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

border-color css

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

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

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