Html Css Color HEX #A1064A Jazzberry Jam

📋 copy color: '#A1064A'

red 161 ◦ green 6 ◦ blue 74

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

Shades of Jazzberry Jam #A1064A

Tints of Jazzberry Jam #A1064A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 30.71%

R = 66.8%
G = 2.49%
B = 30.71%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.54

 K value IS 0.37

RGB Variations

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

Color information

#A1064A (or 0xA1064A) is known color: Jazzberry Jam. HEX triplet: A1, 06 and 4A. RGB value is (161,6,74). Sum of RGB (Red+Green+Blue) = 161+6+74=241 (31% of max value = 765). Red value is 161 (63.28% from 255 or 66.80% from 241); Green value is 6 (2.73% from 255 or 2.49% from 241); Blue value is 74 (29.30% from 255 or 30.71% from 241); Max value from RGB is 161 - color contains mainly: red. Hex color #A1064A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A1064A is #5EF9B5. Grayscale: #3B3B3B. Windows color (decimal): -6224310 or 4851361. OLE color: 4851361.

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

Color convert

RGB 161 6 74 -
CMYK 0 0.96 0.54 0.37
HSL 333.68º 0.93% 0.33% -
HSV(B) 333.68º 0.96% 0.63% -
XYZ 16 8.2 7.22 -
YUV 60.1 135.85 199.97 -
System Red Green Blue C M Y K H S L
Decimal 161 6 74 0 0.96 0.54 0.37 333.68 0.93 0.33
Hex A1 6 4A 0 60 36 25 14E 5D 21
Octal 241 6 112 0 140 66 45 516 135 41
Binary 10100001 110 1001010 0 1100000 110110 100101 101001110 1011101 100001

Color Harmonies of #A1064A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1064A

Black with #A1064A

Text Example


Text Example

White with #A1064A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1064A; }

 p { color: rgb(161,6,74); }

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

background-color css

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

 a { background-color: rgb(161,6,74); }

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

border-color css

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

 span { border-color: rgb(161,6,74); }

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