Html Css Color HEX #A91365 Jazzberry Jam

📋 copy color: '#A91365'

red 169 ◦ green 19 ◦ blue 101

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

Shades of Jazzberry Jam #A91365

Tints of Jazzberry Jam #A91365

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 34.95%

R = 58.48%
G = 6.57%
B = 34.95%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.40

 K value IS 0.34

RGB Variations

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

Color information

#A91365 (or 0xA91365) is known color: Jazzberry Jam. HEX triplet: A9, 13 and 65. RGB value is (169,19,101). Sum of RGB (Red+Green+Blue) = 169+19+101=289 (38% of max value = 765). Red value is 169 (66.41% from 255 or 58.48% from 289); Green value is 19 (7.81% from 255 or 6.57% from 289); Blue value is 101 (39.84% from 255 or 34.95% from 289); Max value from RGB is 169 - color contains mainly: red. Hex color #A91365 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A91365 is #56EC9A. Grayscale: #494949. Windows color (decimal): -5696667 or 6624169. OLE color: 6624169.

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

Color convert

RGB 169 19 101 -
CMYK 0 0.89 0.40 0.34
HSL 327.2º 0.8% 0.37% -
HSV(B) 327.2º 0.89% 0.66% -
XYZ 18.94 9.84 13.21 -
YUV 73.2 143.7 196.33 -
System Red Green Blue C M Y K H S L
Decimal 169 19 101 0 0.89 0.40 0.34 327.2 0.8 0.37
Hex A9 13 65 0 59 28 22 147 50 25
Octal 251 23 145 0 131 50 42 507 120 45
Binary 10101001 10011 1100101 0 1011001 101000 100010 101000111 1010000 100101

Color Harmonies of #A91365

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A91365

Black with #A91365

Text Example


Text Example

White with #A91365

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A91365; }

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

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

background-color css

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

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

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

border-color css

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

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

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