Html Css Color HEX #A91750 Jazzberry Jam

📋 copy color: '#A91750'

red 169 ◦ green 23 ◦ blue 80

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

Shades of Jazzberry Jam #A91750

Tints of Jazzberry Jam #A91750

RGB

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

 GREEN value IS 23 (9.38% from 255) = 8.46%

 BLUE value IS 80 (31.64% from 255) = 29.41%

R = 62.13%
G = 8.46%
B = 29.41%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.53

 K value IS 0.34

RGB Variations

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

Color information

#A91750 (or 0xA91750) is known color: Jazzberry Jam. HEX triplet: A9, 17 and 50. RGB value is (169,23,80). Sum of RGB (Red+Green+Blue) = 169+23+80=272 (36% of max value = 765). Red value is 169 (66.41% from 255 or 62.13% from 272); Green value is 23 (9.38% from 255 or 8.46% from 272); Blue value is 80 (31.64% from 255 or 29.41% from 272); Max value from RGB is 169 - color contains mainly: red. Hex color #A91750 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A91750 is #56E8AF. Grayscale: #494949. Windows color (decimal): -5695664 or 5248937. OLE color: 5248937.

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

Color convert

RGB 169 23 80 -
CMYK 0 0.86 0.53 0.34
HSL 336.58º 0.76% 0.38% -
HSV(B) 336.58º 0.86% 0.66% -
XYZ 18.12 9.63 8.49 -
YUV 73.15 131.87 196.37 -
System Red Green Blue C M Y K H S L
Decimal 169 23 80 0 0.86 0.53 0.34 336.58 0.76 0.38
Hex A9 17 50 0 56 35 22 151 4C 26
Octal 251 27 120 0 126 65 42 521 114 46
Binary 10101001 10111 1010000 0 1010110 110101 100010 101010001 1001100 100110

Color Harmonies of #A91750

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A91750

Black with #A91750

Text Example


Text Example

White with #A91750

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A91750; }

 p { color: rgb(169,23,80); }

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

background-color css

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

 a { background-color: rgb(169,23,80); }

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

border-color css

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

 span { border-color: rgb(169,23,80); }

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