Html Css Color HEX #90024A Jazzberry Jam

📋 copy color: '#90024A'

red 144 ◦ green 2 ◦ blue 74

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

Shades of Jazzberry Jam #90024A

Tints of Jazzberry Jam #90024A

RGB

 RED value IS 144 (56.64% from 255) = 65.45%

 GREEN value IS 2 (1.17% from 255) = 0.91%

 BLUE value IS 74 (29.3% from 255) = 33.64%

R = 65.45%
G = 0.91%
B = 33.64%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.49

 K value IS 0.44

RGB Variations

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

Color information

#90024A (or 0x90024A) is known color: Jazzberry Jam. HEX triplet: 90, 02 and 4A. RGB value is (144,2,74). Sum of RGB (Red+Green+Blue) = 144+2+74=220 (29% of max value = 765). Red value is 144 (56.64% from 255 or 65.45% from 220); Green value is 2 (1.17% from 255 or 0.91% from 220); Blue value is 74 (29.30% from 255 or 33.64% from 220); Max value from RGB is 144 - color contains mainly: red. Hex color #90024A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #90024A is #6FFDB5. Grayscale: #343434. Windows color (decimal): -7339446 or 4850320. OLE color: 4850320.

HSL color Cylindrical-coordinate representation of color #90024A: hue angle of 329.58º degrees, saturation: 0.97, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #90024A is Cyan = 0, Magento = 0.99, Yellow = 0.49 and Black (K on CMYK) = 0.44.

Color convert

RGB 144 2 74 -
CMYK 0 0.99 0.49 0.44
HSL 329.58º 0.97% 0.29% -
HSV(B) 329.58º 0.99% 0.56% -
XYZ 12.76 6.47 7.05 -
YUV 52.67 140.04 193.15 -
System Red Green Blue C M Y K H S L
Decimal 144 2 74 0 0.99 0.49 0.44 329.58 0.97 0.29
Hex 90 2 4A 0 63 31 2C 14A 61 1D
Octal 220 2 112 0 143 61 54 512 141 35
Binary 10010000 10 1001010 0 1100011 110001 101100 101001010 1100001 11101

Color Harmonies of #90024A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90024A

Black with #90024A

Text Example


Text Example

White with #90024A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #90024A; }

 p { color: rgb(144,2,74); }

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

background-color css

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

 a { background-color: rgb(144,2,74); }

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

border-color css

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

 span { border-color: rgb(144,2,74); }

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