Html Css Color HEX #A81246 Jazzberry Jam

📋 copy color: '#A81246'

red 168 ◦ green 18 ◦ blue 70

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

Shades of Jazzberry Jam #A81246

Tints of Jazzberry Jam #A81246

RGB

 RED value IS 168 (66.02% from 255) = 65.63%

 GREEN value IS 18 (7.42% from 255) = 7.03%

 BLUE value IS 70 (27.73% from 255) = 27.34%

R = 65.63%
G = 7.03%
B = 27.34%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.58

 K value IS 0.34

RGB Variations

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

Color information

#A81246 (or 0xA81246) is known color: Jazzberry Jam. HEX triplet: A8, 12 and 46. RGB value is (168,18,70). Sum of RGB (Red+Green+Blue) = 168+18+70=256 (33% of max value = 765). Red value is 168 (66.02% from 255 or 65.62% from 256); Green value is 18 (7.42% from 255 or 7.03% from 256); Blue value is 70 (27.73% from 255 or 27.34% from 256); Max value from RGB is 168 - color contains mainly: red. Hex color #A81246 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A81246 is #57EDB9. Grayscale: #444444. Windows color (decimal): -5762490 or 4592296. OLE color: 4592296.

HSL color Cylindrical-coordinate representation of color #A81246: hue angle of 339.2º degrees, saturation: 0.81, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A81246 is Cyan = 0, Magento = 0.89, Yellow = 0.58 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 18 70 -
CMYK 0 0.89 0.58 0.34
HSL 339.2º 0.81% 0.36% -
HSV(B) 339.2º 0.89% 0.66% -
XYZ 17.47 9.2 6.65 -
YUV 68.78 128.7 198.77 -
System Red Green Blue C M Y K H S L
Decimal 168 18 70 0 0.89 0.58 0.34 339.2 0.81 0.36
Hex A8 12 46 0 59 3A 22 153 51 24
Octal 250 22 106 0 131 72 42 523 121 44
Binary 10101000 10010 1000110 0 1011001 111010 100010 101010011 1010001 100100

Color Harmonies of #A81246

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A81246

Black with #A81246

Text Example


Text Example

White with #A81246

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A81246; }

 p { color: rgb(168,18,70); }

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

background-color css

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

 a { background-color: rgb(168,18,70); }

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

border-color css

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

 span { border-color: rgb(168,18,70); }

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