Html Css Color HEX #A90041 Jazzberry Jam

📋 copy color: '#A90041'

red 169 ◦ green 0 ◦ blue 65

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

Shades of Jazzberry Jam #A90041

Tints of Jazzberry Jam #A90041

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 65 (25.78% from 255) = 27.78%

R = 72.22%
G = 0%
B = 27.78%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.62

 K value IS 0.34

RGB Variations

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

Color information

#A90041 (or 0xA90041) is known color: Jazzberry Jam. HEX triplet: A9, 00 and 41. RGB value is (169,0,65). Sum of RGB (Red+Green+Blue) = 169+0+65=234 (30% of max value = 765). Red value is 169 (66.41% from 255 or 72.22% from 234); Green value is 0 (0.39% from 255 or 0% from 234); Blue value is 65 (25.78% from 255 or 27.78% from 234); Max value from RGB is 169 - color contains mainly: red. Hex color #A90041 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A90041 is #56FFBE. Grayscale: #393939. Windows color (decimal): -5701567 or 4260009. OLE color: 4260009.

HSL color Cylindrical-coordinate representation of color #A90041: hue angle of 336.92º degrees, saturation: 1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A90041 is Cyan = 0, Magento = 1, Yellow = 0.62 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 0 65 -
CMYK 0 1 0.62 0.34
HSL 336.92º 1% 0.33% -
HSV(B) 336.92º 1% 0.66% -
XYZ 17.32 8.82 5.79 -
YUV 57.94 131.99 207.21 -
System Red Green Blue C M Y K H S L
Decimal 169 0 65 0 1 0.62 0.34 336.92 1 0.33
Hex A9 0 41 0 64 3E 22 151 64 21
Octal 251 0 101 0 144 76 42 521 144 41
Binary 10101001 0 1000001 0 1100100 111110 100010 101010001 1100100 100001

Color Harmonies of #A90041

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A90041

Black with #A90041

Text Example


Text Example

White with #A90041

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A90041; }

 p { color: rgb(169,0,65); }

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

background-color css

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

 a { background-color: rgb(169,0,65); }

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

border-color css

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

 span { border-color: rgb(169,0,65); }

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