Html Css Color HEX #A90140 Jazzberry Jam

📋 copy color: '#A90140'

red 169 ◦ green 1 ◦ blue 64

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

Shades of Jazzberry Jam #A90140

Tints of Jazzberry Jam #A90140

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.43%

 BLUE value IS 64 (25.39% from 255) = 27.35%

R = 72.22%
G = 0.43%
B = 27.35%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.62

 K value IS 0.34

RGB Variations

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

Color information

#A90140 (or 0xA90140) is known color: Jazzberry Jam. HEX triplet: A9, 01 and 40. RGB value is (169,1,64). Sum of RGB (Red+Green+Blue) = 169+1+64=234 (30% of max value = 765). Red value is 169 (66.41% from 255 or 72.22% from 234); Green value is 1 (0.78% from 255 or 0.43% from 234); Blue value is 64 (25.39% from 255 or 27.35% from 234); Max value from RGB is 169 - color contains mainly: red. Hex color #A90140 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A90140 is #56FEBF. Grayscale: #3A3A3A. Windows color (decimal): -5701312 or 4194729. OLE color: 4194729.

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

Color convert

RGB 169 1 64 -
CMYK 0 0.99 0.62 0.34
HSL 337.5º 0.99% 0.33% -
HSV(B) 337.5º 0.99% 0.66% -
XYZ 17.3 8.83 5.64 -
YUV 58.41 131.16 206.88 -
System Red Green Blue C M Y K H S L
Decimal 169 1 64 0 0.99 0.62 0.34 337.5 0.99 0.33
Hex A9 1 40 0 63 3E 22 152 63 21
Octal 251 1 100 0 143 76 42 522 143 41
Binary 10101001 1 1000000 0 1100011 111110 100010 101010010 1100011 100001

Color Harmonies of #A90140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A90140

Black with #A90140

Text Example


Text Example

White with #A90140

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A90140; }

 p { color: rgb(169,1,64); }

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

background-color css

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

 a { background-color: rgb(169,1,64); }

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

border-color css

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

 span { border-color: rgb(169,1,64); }

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