Html Css Color HEX #A81148 Jazzberry Jam

📋 copy color: '#A81148'

red 168 ◦ green 17 ◦ blue 72

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

Shades of Jazzberry Jam #A81148

Tints of Jazzberry Jam #A81148

RGB

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

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

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

R = 65.37%
G = 6.61%
B = 28.02%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.57

 K value IS 0.34

RGB Variations

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

Color information

#A81148 (or 0xA81148) is known color: Jazzberry Jam. HEX triplet: A8, 11 and 48. RGB value is (168,17,72). Sum of RGB (Red+Green+Blue) = 168+17+72=257 (34% of max value = 765). Red value is 168 (66.02% from 255 or 65.37% from 257); Green value is 17 (7.03% from 255 or 6.61% from 257); Blue value is 72 (28.52% from 255 or 28.02% from 257); Max value from RGB is 168 - color contains mainly: red. Hex color #A81148 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A81148 is #57EEB7. Grayscale: #444444. Windows color (decimal): -5762744 or 4723112. OLE color: 4723112.

HSL color Cylindrical-coordinate representation of color #A81148: hue angle of 338.15º 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 #A81148 is Cyan = 0, Magento = 0.90, Yellow = 0.57 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 17 72 -
CMYK 0 0.90 0.57 0.34
HSL 338.15º 0.82% 0.36% -
HSV(B) 338.15º 0.9% 0.66% -
XYZ 17.52 9.19 6.98 -
YUV 68.42 130.03 199.03 -
System Red Green Blue C M Y K H S L
Decimal 168 17 72 0 0.90 0.57 0.34 338.15 0.82 0.36
Hex A8 11 48 0 5A 39 22 152 52 24
Octal 250 21 110 0 132 71 42 522 122 44
Binary 10101000 10001 1001000 0 1011010 111001 100010 101010010 1010010 100100

Color Harmonies of #A81148

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A81148

Black with #A81148

Text Example


Text Example

White with #A81148

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A81148; }

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

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

background-color css

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

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

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

border-color css

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

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

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