Html Css Color HEX #A81B5C Jazzberry Jam

📋 copy color: '#A81B5C'

red 168 ◦ green 27 ◦ blue 92

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

Shades of Jazzberry Jam #A81B5C

Tints of Jazzberry Jam #A81B5C

RGB

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

 GREEN value IS 27 (10.94% from 255) = 9.41%

 BLUE value IS 92 (36.33% from 255) = 32.06%

R = 58.54%
G = 9.41%
B = 32.06%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.45

 K value IS 0.34

RGB Variations

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

Color information

#A81B5C (or 0xA81B5C) is known color: Jazzberry Jam. HEX triplet: A8, 1B and 5C. RGB value is (168,27,92). Sum of RGB (Red+Green+Blue) = 168+27+92=287 (38% of max value = 765). Red value is 168 (66.02% from 255 or 58.54% from 287); Green value is 27 (10.94% from 255 or 9.41% from 287); Blue value is 92 (36.33% from 255 or 32.06% from 287); Max value from RGB is 168 - color contains mainly: red. Hex color #A81B5C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A81B5C is #57E4A3. Grayscale: #4C4C4C. Windows color (decimal): -5760164 or 6036392. OLE color: 6036392.

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

Color convert

RGB 168 27 92 -
CMYK 0 0.84 0.45 0.34
HSL 332.34º 0.72% 0.38% -
HSV(B) 332.34º 0.84% 0.66% -
XYZ 18.47 9.88 11.06 -
YUV 76.57 136.71 193.21 -
System Red Green Blue C M Y K H S L
Decimal 168 27 92 0 0.84 0.45 0.34 332.34 0.72 0.38
Hex A8 1B 5C 0 54 2D 22 14C 48 26
Octal 250 33 134 0 124 55 42 514 110 46
Binary 10101000 11011 1011100 0 1010100 101101 100010 101001100 1001000 100110

Color Harmonies of #A81B5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A81B5C

Black with #A81B5C

Text Example


Text Example

White with #A81B5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A81B5C; }

 p { color: rgb(168,27,92); }

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

background-color css

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

 a { background-color: rgb(168,27,92); }

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

border-color css

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

 span { border-color: rgb(168,27,92); }

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