Html Css Color HEX #A81C55 Jazzberry Jam

📋 copy color: '#A81C55'

red 168 ◦ green 28 ◦ blue 85

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

Shades of Jazzberry Jam #A81C55

Tints of Jazzberry Jam #A81C55

RGB

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

 GREEN value IS 28 (11.33% from 255) = 9.96%

 BLUE value IS 85 (33.59% from 255) = 30.25%

R = 59.79%
G = 9.96%
B = 30.25%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.49

 K value IS 0.34

RGB Variations

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

Color information

#A81C55 (or 0xA81C55) is known color: Jazzberry Jam. HEX triplet: A8, 1C and 55. RGB value is (168,28,85). Sum of RGB (Red+Green+Blue) = 168+28+85=281 (37% of max value = 765). Red value is 168 (66.02% from 255 or 59.79% from 281); Green value is 28 (11.33% from 255 or 9.96% from 281); Blue value is 85 (33.59% from 255 or 30.25% from 281); Max value from RGB is 168 - color contains mainly: red. Hex color #A81C55 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A81C55 is #57E3AA. Grayscale: #4C4C4C. Windows color (decimal): -5759915 or 5577896. OLE color: 5577896.

HSL color Cylindrical-coordinate representation of color #A81C55: hue angle of 335.57º degrees, saturation: 0.71, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A81C55 is Cyan = 0, Magento = 0.83, Yellow = 0.49 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 28 85 -
CMYK 0 0.83 0.49 0.34
HSL 335.57º 0.71% 0.38% -
HSV(B) 335.57º 0.83% 0.66% -
XYZ 18.2 9.81 9.53 -
YUV 76.36 132.88 193.37 -
System Red Green Blue C M Y K H S L
Decimal 168 28 85 0 0.83 0.49 0.34 335.57 0.71 0.38
Hex A8 1C 55 0 53 31 22 150 47 26
Octal 250 34 125 0 123 61 42 520 107 46
Binary 10101000 11100 1010101 0 1010011 110001 100010 101010000 1000111 100110

Color Harmonies of #A81C55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A81C55

Black with #A81C55

Text Example


Text Example

White with #A81C55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A81C55; }

 p { color: rgb(168,28,85); }

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

background-color css

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

 a { background-color: rgb(168,28,85); }

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

border-color css

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

 span { border-color: rgb(168,28,85); }

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