Html Css Color HEX #A90A4F Jazzberry Jam

📋 copy color: '#A90A4F'

red 169 ◦ green 10 ◦ blue 79

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

Shades of Jazzberry Jam #A90A4F

Tints of Jazzberry Jam #A90A4F

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3.88%

 BLUE value IS 79 (31.25% from 255) = 30.62%

R = 65.5%
G = 3.88%
B = 30.62%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.53

 K value IS 0.34

RGB Variations

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

Color information

#A90A4F (or 0xA90A4F) is known color: Jazzberry Jam. HEX triplet: A9, 0A and 4F. RGB value is (169,10,79). Sum of RGB (Red+Green+Blue) = 169+10+79=258 (34% of max value = 765). Red value is 169 (66.41% from 255 or 65.50% from 258); Green value is 10 (4.30% from 255 or 3.88% from 258); Blue value is 79 (31.25% from 255 or 30.62% from 258); Max value from RGB is 169 - color contains mainly: red. Hex color #A90A4F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A90A4F is #56F5B0. Grayscale: #414141. Windows color (decimal): -5698993 or 5180073. OLE color: 5180073.

HSL color Cylindrical-coordinate representation of color #A90A4F: hue angle of 333.96º degrees, saturation: 0.89, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A90A4F is Cyan = 0, Magento = 0.94, Yellow = 0.53 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 10 79 -
CMYK 0 0.94 0.53 0.34
HSL 333.96º 0.89% 0.35% -
HSV(B) 333.96º 0.94% 0.66% -
XYZ 17.88 9.22 8.23 -
YUV 65.41 135.68 201.89 -
System Red Green Blue C M Y K H S L
Decimal 169 10 79 0 0.94 0.53 0.34 333.96 0.89 0.35
Hex A9 A 4F 0 5E 35 22 14E 59 23
Octal 251 12 117 0 136 65 42 516 131 43
Binary 10101001 1010 1001111 0 1011110 110101 100010 101001110 1011001 100011

Color Harmonies of #A90A4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A90A4F

Black with #A90A4F

Text Example


Text Example

White with #A90A4F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A90A4F; }

 p { color: rgb(169,10,79); }

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

background-color css

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

 a { background-color: rgb(169,10,79); }

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

border-color css

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

 span { border-color: rgb(169,10,79); }

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