Html Css Color HEX #A91048 Jazzberry Jam

📋 copy color: '#A91048'

red 169 ◦ green 16 ◦ blue 72

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

Shades of Jazzberry Jam #A91048

Tints of Jazzberry Jam #A91048

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 28.02%

R = 65.76%
G = 6.23%
B = 28.02%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.57

 K value IS 0.34

RGB Variations

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

Color information

#A91048 (or 0xA91048) is known color: Jazzberry Jam. HEX triplet: A9, 10 and 48. RGB value is (169,16,72). Sum of RGB (Red+Green+Blue) = 169+16+72=257 (34% of max value = 765). Red value is 169 (66.41% from 255 or 65.76% from 257); Green value is 16 (6.64% from 255 or 6.23% from 257); Blue value is 72 (28.52% from 255 or 28.02% from 257); Max value from RGB is 169 - color contains mainly: red. Hex color #A91048 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A91048 is #56EFB7. Grayscale: #444444. Windows color (decimal): -5697464 or 4722857. OLE color: 4722857.

HSL color Cylindrical-coordinate representation of color #A91048: hue angle of 338.04º 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 #A91048 is Cyan = 0, Magento = 0.91, Yellow = 0.57 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 16 72 -
CMYK 0 0.91 0.57 0.34
HSL 338.04º 0.83% 0.36% -
HSV(B) 338.04º 0.91% 0.66% -
XYZ 17.72 9.27 6.99 -
YUV 68.13 130.19 199.95 -
System Red Green Blue C M Y K H S L
Decimal 169 16 72 0 0.91 0.57 0.34 338.04 0.83 0.36
Hex A9 10 48 0 5B 39 22 152 53 24
Octal 251 20 110 0 133 71 42 522 123 44
Binary 10101001 10000 1001000 0 1011011 111001 100010 101010010 1010011 100100

Color Harmonies of #A91048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A91048

Black with #A91048

Text Example


Text Example

White with #A91048

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A91048; }

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

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

background-color css

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

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

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

border-color css

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

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

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