Html Css Color HEX #A91050 Jazzberry Jam

📋 copy color: '#A91050'

red 169 ◦ green 16 ◦ blue 80

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

Shades of Jazzberry Jam #A91050

Tints of Jazzberry Jam #A91050

RGB

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

 GREEN value IS 16 (6.64% from 255) = 6.04%

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

R = 63.77%
G = 6.04%
B = 30.19%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.53

 K value IS 0.34

RGB Variations

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

Color information

#A91050 (or 0xA91050) is known color: Jazzberry Jam. HEX triplet: A9, 10 and 50. RGB value is (169,16,80). Sum of RGB (Red+Green+Blue) = 169+16+80=265 (35% of max value = 765). Red value is 169 (66.41% from 255 or 63.77% from 265); Green value is 16 (6.64% from 255 or 6.04% from 265); Blue value is 80 (31.64% from 255 or 30.19% from 265); Max value from RGB is 169 - color contains mainly: red. Hex color #A91050 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A91050 is #56EFAF. Grayscale: #444444. Windows color (decimal): -5697456 or 5247145. OLE color: 5247145.

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

Color convert

RGB 169 16 80 -
CMYK 0 0.91 0.53 0.34
HSL 334.9º 0.83% 0.36% -
HSV(B) 334.9º 0.91% 0.66% -
XYZ 18 9.38 8.45 -
YUV 69.04 134.19 199.3 -
System Red Green Blue C M Y K H S L
Decimal 169 16 80 0 0.91 0.53 0.34 334.9 0.83 0.36
Hex A9 10 50 0 5B 35 22 14F 53 24
Octal 251 20 120 0 133 65 42 517 123 44
Binary 10101001 10000 1010000 0 1011011 110101 100010 101001111 1010011 100100

Color Harmonies of #A91050

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A91050

Black with #A91050

Text Example


Text Example

White with #A91050

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A91050; }

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

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

background-color css

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

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

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

border-color css

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

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

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