Html Css Color HEX #A91350 Jazzberry Jam

📋 copy color: '#A91350'

red 169 ◦ green 19 ◦ blue 80

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

Shades of Jazzberry Jam #A91350

Tints of Jazzberry Jam #A91350

RGB

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

 GREEN value IS 19 (7.81% from 255) = 7.09%

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

R = 63.06%
G = 7.09%
B = 29.85%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.53

 K value IS 0.34

RGB Variations

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

Color information

#A91350 (or 0xA91350) is known color: Jazzberry Jam. HEX triplet: A9, 13 and 50. RGB value is (169,19,80). Sum of RGB (Red+Green+Blue) = 169+19+80=268 (35% of max value = 765). Red value is 169 (66.41% from 255 or 63.06% from 268); Green value is 19 (7.81% from 255 or 7.09% from 268); Blue value is 80 (31.64% from 255 or 29.85% from 268); Max value from RGB is 169 - color contains mainly: red. Hex color #A91350 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A91350 is #56ECAF. Grayscale: #464646. Windows color (decimal): -5696688 or 5247913. OLE color: 5247913.

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

Color convert

RGB 169 19 80 -
CMYK 0 0.89 0.53 0.34
HSL 335.6º 0.8% 0.37% -
HSV(B) 335.6º 0.89% 0.66% -
XYZ 18.04 9.48 8.47 -
YUV 70.8 133.2 198.04 -
System Red Green Blue C M Y K H S L
Decimal 169 19 80 0 0.89 0.53 0.34 335.6 0.8 0.37
Hex A9 13 50 0 59 35 22 150 50 25
Octal 251 23 120 0 131 65 42 520 120 45
Binary 10101001 10011 1010000 0 1011001 110101 100010 101010000 1010000 100101

Color Harmonies of #A91350

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A91350

Black with #A91350

Text Example


Text Example

White with #A91350

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A91350; }

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

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

background-color css

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

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

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

border-color css

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

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

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