Html Css Color HEX #A81349 Jazzberry Jam

📋 copy color: '#A81349'

red 168 ◦ green 19 ◦ blue 73

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

Shades of Jazzberry Jam #A81349

Tints of Jazzberry Jam #A81349

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 28.08%

R = 64.62%
G = 7.31%
B = 28.08%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.57

 K value IS 0.34

RGB Variations

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

Color information

#A81349 (or 0xA81349) is known color: Jazzberry Jam. HEX triplet: A8, 13 and 49. RGB value is (168,19,73). Sum of RGB (Red+Green+Blue) = 168+19+73=260 (34% of max value = 765). Red value is 168 (66.02% from 255 or 64.62% from 260); Green value is 19 (7.81% from 255 or 7.31% from 260); Blue value is 73 (28.91% from 255 or 28.08% from 260); Max value from RGB is 168 - color contains mainly: red. Hex color #A81349 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A81349 is #57ECB6. Grayscale: #454545. Windows color (decimal): -5762231 or 4789160. OLE color: 4789160.

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

Color convert

RGB 168 19 73 -
CMYK 0 0.89 0.57 0.34
HSL 338.26º 0.8% 0.37% -
HSV(B) 338.26º 0.89% 0.66% -
XYZ 17.58 9.27 7.17 -
YUV 69.71 129.86 198.11 -
System Red Green Blue C M Y K H S L
Decimal 168 19 73 0 0.89 0.57 0.34 338.26 0.8 0.37
Hex A8 13 49 0 59 39 22 152 50 25
Octal 250 23 111 0 131 71 42 522 120 45
Binary 10101000 10011 1001001 0 1011001 111001 100010 101010010 1010000 100101

Color Harmonies of #A81349

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A81349

Black with #A81349

Text Example


Text Example

White with #A81349

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A81349; }

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

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

background-color css

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

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

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

border-color css

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

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

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