Html Css Color HEX #A81244 Jazzberry Jam

📋 copy color: '#A81244'

red 168 ◦ green 18 ◦ blue 68

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

Shades of Jazzberry Jam #A81244

Tints of Jazzberry Jam #A81244

RGB

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

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

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

R = 66.14%
G = 7.09%
B = 26.77%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.60

 K value IS 0.34

RGB Variations

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

Color information

#A81244 (or 0xA81244) is known color: Jazzberry Jam. HEX triplet: A8, 12 and 44. RGB value is (168,18,68). Sum of RGB (Red+Green+Blue) = 168+18+68=254 (33% of max value = 765). Red value is 168 (66.02% from 255 or 66.14% from 254); Green value is 18 (7.42% from 255 or 7.09% from 254); Blue value is 68 (26.95% from 255 or 26.77% from 254); Max value from RGB is 168 - color contains mainly: red. Hex color #A81244 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A81244 is #57EDBB. Grayscale: #444444. Windows color (decimal): -5762492 or 4461224. OLE color: 4461224.

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

Color convert

RGB 168 18 68 -
CMYK 0 0.89 0.60 0.34
HSL 340º 0.81% 0.36% -
HSV(B) 340º 0.89% 0.66% -
XYZ 17.41 9.17 6.32 -
YUV 68.55 127.7 198.93 -
System Red Green Blue C M Y K H S L
Decimal 168 18 68 0 0.89 0.60 0.34 340 0.81 0.36
Hex A8 12 44 0 59 3C 22 154 51 24
Octal 250 22 104 0 131 74 42 524 121 44
Binary 10101000 10010 1000100 0 1011001 111100 100010 101010100 1010001 100100

Color Harmonies of #A81244

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A81244

Black with #A81244

Text Example


Text Example

White with #A81244

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A81244; }

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

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

background-color css

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

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

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

border-color css

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

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

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