Html Css Color HEX #A91E5B Jazzberry Jam

📋 copy color: '#A91E5B'

red 169 ◦ green 30 ◦ blue 91

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

Shades of Jazzberry Jam #A91E5B

Tints of Jazzberry Jam #A91E5B

RGB

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

 GREEN value IS 30 (12.11% from 255) = 10.34%

 BLUE value IS 91 (35.94% from 255) = 31.38%

R = 58.28%
G = 10.34%
B = 31.38%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.46

 K value IS 0.34

RGB Variations

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

Color information

#A91E5B (or 0xA91E5B) is known color: Jazzberry Jam. HEX triplet: A9, 1E and 5B. RGB value is (169,30,91). Sum of RGB (Red+Green+Blue) = 169+30+91=290 (38% of max value = 765). Red value is 169 (66.41% from 255 or 58.28% from 290); Green value is 30 (12.11% from 255 or 10.34% from 290); Blue value is 91 (35.94% from 255 or 31.38% from 290); Max value from RGB is 169 - color contains mainly: red. Hex color #A91E5B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A91E5B is #56E1A4. Grayscale: #4E4E4E. Windows color (decimal): -5693861 or 5971625. OLE color: 5971625.

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

Color convert

RGB 169 30 91 -
CMYK 0 0.82 0.46 0.34
HSL 333.67º 0.7% 0.39% -
HSV(B) 333.67º 0.82% 0.66% -
XYZ 18.71 10.12 10.86 -
YUV 78.52 135.05 192.54 -
System Red Green Blue C M Y K H S L
Decimal 169 30 91 0 0.82 0.46 0.34 333.67 0.7 0.39
Hex A9 1E 5B 0 52 2E 22 14E 46 27
Octal 251 36 133 0 122 56 42 516 106 47
Binary 10101001 11110 1011011 0 1010010 101110 100010 101001110 1000110 100111

Color Harmonies of #A91E5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A91E5B

Black with #A91E5B

Text Example


Text Example

White with #A91E5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A91E5B; }

 p { color: rgb(169,30,91); }

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

background-color css

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

 a { background-color: rgb(169,30,91); }

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

border-color css

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

 span { border-color: rgb(169,30,91); }

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