Html Css Color HEX #A91967 Jazzberry Jam

📋 copy color: '#A91967'

red 169 ◦ green 25 ◦ blue 103

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

Shades of Jazzberry Jam #A91967

Tints of Jazzberry Jam #A91967

RGB

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

 GREEN value IS 25 (10.16% from 255) = 8.42%

 BLUE value IS 103 (40.63% from 255) = 34.68%

R = 56.9%
G = 8.42%
B = 34.68%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.39

 K value IS 0.34

RGB Variations

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

Color information

#A91967 (or 0xA91967) is known color: Jazzberry Jam. HEX triplet: A9, 19 and 67. RGB value is (169,25,103). Sum of RGB (Red+Green+Blue) = 169+25+103=297 (39% of max value = 765). Red value is 169 (66.41% from 255 or 56.90% from 297); Green value is 25 (10.16% from 255 or 8.42% from 297); Blue value is 103 (40.62% from 255 or 34.68% from 297); Max value from RGB is 169 - color contains mainly: red. Hex color #A91967 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A91967 is #56E698. Grayscale: #4C4C4C. Windows color (decimal): -5695129 or 6756777. OLE color: 6756777.

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

Color convert

RGB 169 25 103 -
CMYK 0 0.85 0.39 0.34
HSL 327.5º 0.74% 0.38% -
HSV(B) 327.5º 0.85% 0.66% -
XYZ 19.16 10.11 13.77 -
YUV 76.95 142.71 193.66 -
System Red Green Blue C M Y K H S L
Decimal 169 25 103 0 0.85 0.39 0.34 327.5 0.74 0.38
Hex A9 19 67 0 55 27 22 148 4A 26
Octal 251 31 147 0 125 47 42 510 112 46
Binary 10101001 11001 1100111 0 1010101 100111 100010 101001000 1001010 100110

Color Harmonies of #A91967

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A91967

Black with #A91967

Text Example


Text Example

White with #A91967

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A91967; }

 p { color: rgb(169,25,103); }

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

background-color css

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

 a { background-color: rgb(169,25,103); }

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

border-color css

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

 span { border-color: rgb(169,25,103); }

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