Html Css Color HEX #A81146 Jazzberry Jam

📋 copy color: '#A81146'

red 168 ◦ green 17 ◦ blue 70

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

Shades of Jazzberry Jam #A81146

Tints of Jazzberry Jam #A81146

RGB

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

 GREEN value IS 17 (7.03% from 255) = 6.67%

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

R = 65.88%
G = 6.67%
B = 27.45%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.58

 K value IS 0.34

RGB Variations

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

Color information

#A81146 (or 0xA81146) is known color: Jazzberry Jam. HEX triplet: A8, 11 and 46. RGB value is (168,17,70). Sum of RGB (Red+Green+Blue) = 168+17+70=255 (33% of max value = 765). Red value is 168 (66.02% from 255 or 65.88% from 255); Green value is 17 (7.03% from 255 or 6.67% from 255); Blue value is 70 (27.73% from 255 or 27.45% from 255); Max value from RGB is 168 - color contains mainly: red. Hex color #A81146 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A81146 is #57EEB9. Grayscale: #444444. Windows color (decimal): -5762746 or 4592040. OLE color: 4592040.

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

Color convert

RGB 168 17 70 -
CMYK 0 0.90 0.58 0.34
HSL 338.94º 0.82% 0.36% -
HSV(B) 338.94º 0.9% 0.66% -
XYZ 17.45 9.17 6.64 -
YUV 68.19 129.03 199.19 -
System Red Green Blue C M Y K H S L
Decimal 168 17 70 0 0.90 0.58 0.34 338.94 0.82 0.36
Hex A8 11 46 0 5A 3A 22 153 52 24
Octal 250 21 106 0 132 72 42 523 122 44
Binary 10101000 10001 1000110 0 1011010 111010 100010 101010011 1010010 100100

Color Harmonies of #A81146

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A81146

Black with #A81146

Text Example


Text Example

White with #A81146

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A81146; }

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

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

background-color css

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

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

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

border-color css

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

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

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