Html Css Color HEX #A91C5D Jazzberry Jam

📋 copy color: '#A91C5D'

red 169 ◦ green 28 ◦ blue 93

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

Shades of Jazzberry Jam #A91C5D

Tints of Jazzberry Jam #A91C5D

RGB

 RED value IS 169 (66.41% from 255) = 58.28%

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

 BLUE value IS 93 (36.72% from 255) = 32.07%

R = 58.28%
G = 9.66%
B = 32.07%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.45

 K value IS 0.34

RGB Variations

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

Color information

#A91C5D (or 0xA91C5D) is known color: Jazzberry Jam. HEX triplet: A9, 1C and 5D. RGB value is (169,28,93). Sum of RGB (Red+Green+Blue) = 169+28+93=290 (38% of max value = 765). Red value is 169 (66.41% from 255 or 58.28% from 290); Green value is 28 (11.33% from 255 or 9.66% from 290); Blue value is 93 (36.72% from 255 or 32.07% from 290); Max value from RGB is 169 - color contains mainly: red. Hex color #A91C5D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A91C5D is #56E3A2. Grayscale: #4D4D4D. Windows color (decimal): -5694371 or 6102185. OLE color: 6102185.

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

Color convert

RGB 169 28 93 -
CMYK 0 0.83 0.45 0.34
HSL 332.34º 0.72% 0.39% -
HSV(B) 332.34º 0.83% 0.66% -
XYZ 18.75 10.06 11.31 -
YUV 77.57 136.71 193.21 -
System Red Green Blue C M Y K H S L
Decimal 169 28 93 0 0.83 0.45 0.34 332.34 0.72 0.39
Hex A9 1C 5D 0 53 2D 22 14C 48 27
Octal 251 34 135 0 123 55 42 514 110 47
Binary 10101001 11100 1011101 0 1010011 101101 100010 101001100 1001000 100111

Color Harmonies of #A91C5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A91C5D

Black with #A91C5D

Text Example


Text Example

White with #A91C5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A91C5D; }

 p { color: rgb(169,28,93); }

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

background-color css

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

 a { background-color: rgb(169,28,93); }

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

border-color css

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

 span { border-color: rgb(169,28,93); }

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