Html Css Color HEX #A81344 Jazzberry Jam

📋 copy color: '#A81344'

red 168 ◦ green 19 ◦ blue 68

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

Shades of Jazzberry Jam #A81344

Tints of Jazzberry Jam #A81344

RGB

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

 GREEN value IS 19 (7.81% from 255) = 7.45%

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

R = 65.88%
G = 7.45%
B = 26.67%

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

#A81344 (or 0xA81344) is known color: Jazzberry Jam. HEX triplet: A8, 13 and 44. RGB value is (168,19,68). Sum of RGB (Red+Green+Blue) = 168+19+68=255 (33% of max value = 765). Red value is 168 (66.02% from 255 or 65.88% from 255); Green value is 19 (7.81% from 255 or 7.45% from 255); Blue value is 68 (26.95% from 255 or 26.67% from 255); Max value from RGB is 168 - color contains mainly: red. Hex color #A81344 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A81344 is #57ECBB. Grayscale: #454545. Windows color (decimal): -5762236 or 4461480. OLE color: 4461480.

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

Color convert

RGB 168 19 68 -
CMYK 0 0.89 0.60 0.34
HSL 340.27º 0.8% 0.37% -
HSV(B) 340.27º 0.89% 0.66% -
XYZ 17.42 9.21 6.33 -
YUV 69.14 127.36 198.52 -
System Red Green Blue C M Y K H S L
Decimal 168 19 68 0 0.89 0.60 0.34 340.27 0.8 0.37
Hex A8 13 44 0 59 3C 22 154 50 25
Octal 250 23 104 0 131 74 42 524 120 45
Binary 10101000 10011 1000100 0 1011001 111100 100010 101010100 1010000 100101

Color Harmonies of #A81344

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A81344

Black with #A81344

Text Example


Text Example

White with #A81344

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A81344; }

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

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

background-color css

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

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

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

border-color css

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

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

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