Html Css Color HEX #A10748 Jazzberry Jam

📋 copy color: '#A10748'

red 161 ◦ green 7 ◦ blue 72

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

Shades of Jazzberry Jam #A10748

Tints of Jazzberry Jam #A10748

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 30%

R = 67.08%
G = 2.92%
B = 30%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.55

 K value IS 0.37

RGB Variations

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

Color information

#A10748 (or 0xA10748) is known color: Jazzberry Jam. HEX triplet: A1, 07 and 48. RGB value is (161,7,72). Sum of RGB (Red+Green+Blue) = 161+7+72=240 (31% of max value = 765). Red value is 161 (63.28% from 255 or 67.08% from 240); Green value is 7 (3.12% from 255 or 2.92% from 240); Blue value is 72 (28.52% from 255 or 30% from 240); Max value from RGB is 161 - color contains mainly: red. Hex color #A10748 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A10748 is #5EF8B7. Grayscale: #3C3C3C. Windows color (decimal): -6224056 or 4720545. OLE color: 4720545.

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

Color convert

RGB 161 7 72 -
CMYK 0 0.96 0.55 0.37
HSL 334.68º 0.92% 0.33% -
HSV(B) 334.68º 0.96% 0.63% -
XYZ 15.94 8.2 6.87 -
YUV 60.46 134.52 199.71 -
System Red Green Blue C M Y K H S L
Decimal 161 7 72 0 0.96 0.55 0.37 334.68 0.92 0.33
Hex A1 7 48 0 60 37 25 14F 5C 21
Octal 241 7 110 0 140 67 45 517 134 41
Binary 10100001 111 1001000 0 1100000 110111 100101 101001111 1011100 100001

Color Harmonies of #A10748

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A10748

Black with #A10748

Text Example


Text Example

White with #A10748

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A10748; }

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

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

background-color css

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

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

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

border-color css

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

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

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