Html Css Color HEX #A9135B Jazzberry Jam

📋 copy color: '#A9135B'

red 169 ◦ green 19 ◦ blue 91

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

Shades of Jazzberry Jam #A9135B

Tints of Jazzberry Jam #A9135B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 32.62%

R = 60.57%
G = 6.81%
B = 32.62%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.46

 K value IS 0.34

RGB Variations

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

Color information

#A9135B (or 0xA9135B) is known color: Jazzberry Jam. HEX triplet: A9, 13 and 5B. RGB value is (169,19,91). Sum of RGB (Red+Green+Blue) = 169+19+91=279 (36% of max value = 765). Red value is 169 (66.41% from 255 or 60.57% from 279); Green value is 19 (7.81% from 255 or 6.81% from 279); Blue value is 91 (35.94% from 255 or 32.62% from 279); Max value from RGB is 169 - color contains mainly: red. Hex color #A9135B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A9135B is #56ECA4. Grayscale: #474747. Windows color (decimal): -5696677 or 5968809. OLE color: 5968809.

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

Color convert

RGB 169 19 91 -
CMYK 0 0.89 0.46 0.34
HSL 331.2º 0.8% 0.37% -
HSV(B) 331.2º 0.89% 0.66% -
XYZ 18.48 9.66 10.79 -
YUV 72.06 138.7 197.15 -
System Red Green Blue C M Y K H S L
Decimal 169 19 91 0 0.89 0.46 0.34 331.2 0.8 0.37
Hex A9 13 5B 0 59 2E 22 14B 50 25
Octal 251 23 133 0 131 56 42 513 120 45
Binary 10101001 10011 1011011 0 1011001 101110 100010 101001011 1010000 100101

Color Harmonies of #A9135B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9135B

Black with #A9135B

Text Example


Text Example

White with #A9135B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9135B; }

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

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

background-color css

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

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

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

border-color css

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

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

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