Html Css Color HEX #A10744 Jazzberry Jam

📋 copy color: '#A10744'

red 161 ◦ green 7 ◦ blue 68

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

Shades of Jazzberry Jam #A10744

Tints of Jazzberry Jam #A10744

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 28.81%

R = 68.22%
G = 2.97%
B = 28.81%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.58

 K value IS 0.37

RGB Variations

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

Color information

#A10744 (or 0xA10744) is known color: Jazzberry Jam. HEX triplet: A1, 07 and 44. RGB value is (161,7,68). Sum of RGB (Red+Green+Blue) = 161+7+68=236 (31% of max value = 765). Red value is 161 (63.28% from 255 or 68.22% from 236); Green value is 7 (3.12% from 255 or 2.97% from 236); Blue value is 68 (26.95% from 255 or 28.81% from 236); Max value from RGB is 161 - color contains mainly: red. Hex color #A10744 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A10744 is #5EF8BB. Grayscale: #3B3B3B. Windows color (decimal): -6224060 or 4458401. OLE color: 4458401.

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

Color convert

RGB 161 7 68 -
CMYK 0 0.96 0.58 0.37
HSL 336.23º 0.92% 0.33% -
HSV(B) 336.23º 0.96% 0.63% -
XYZ 15.82 8.15 6.21 -
YUV 60 132.52 200.04 -
System Red Green Blue C M Y K H S L
Decimal 161 7 68 0 0.96 0.58 0.37 336.23 0.92 0.33
Hex A1 7 44 0 60 3A 25 150 5C 21
Octal 241 7 104 0 140 72 45 520 134 41
Binary 10100001 111 1000100 0 1100000 111010 100101 101010000 1011100 100001

Color Harmonies of #A10744

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A10744

Black with #A10744

Text Example


Text Example

White with #A10744

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A10744; }

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

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

background-color css

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

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

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

border-color css

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

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

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