Html Css Color HEX #90044D Jazzberry Jam

📋 copy color: '#90044D'

red 144 ◦ green 4 ◦ blue 77

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

Shades of Jazzberry Jam #90044D

Tints of Jazzberry Jam #90044D

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.78%

 BLUE value IS 77 (30.47% from 255) = 34.22%

R = 64%
G = 1.78%
B = 34.22%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.47

 K value IS 0.44

RGB Variations

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

Color information

#90044D (or 0x90044D) is known color: Jazzberry Jam. HEX triplet: 90, 04 and 4D. RGB value is (144,4,77). Sum of RGB (Red+Green+Blue) = 144+4+77=225 (29% of max value = 765). Red value is 144 (56.64% from 255 or 64% from 225); Green value is 4 (1.95% from 255 or 1.78% from 225); Blue value is 77 (30.47% from 255 or 34.22% from 225); Max value from RGB is 144 - color contains mainly: red. Hex color #90044D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #90044D is #6FFBB2. Grayscale: #363636. Windows color (decimal): -7338931 or 5047440. OLE color: 5047440.

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

Color convert

RGB 144 4 77 -
CMYK 0 0.97 0.47 0.44
HSL 328.71º 0.95% 0.29% -
HSV(B) 328.71º 0.97% 0.56% -
XYZ 12.88 6.55 7.61 -
YUV 54.18 140.88 192.06 -
System Red Green Blue C M Y K H S L
Decimal 144 4 77 0 0.97 0.47 0.44 328.71 0.95 0.29
Hex 90 4 4D 0 61 2F 2C 149 5F 1D
Octal 220 4 115 0 141 57 54 511 137 35
Binary 10010000 100 1001101 0 1100001 101111 101100 101001001 1011111 11101

Color Harmonies of #90044D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90044D

Black with #90044D

Text Example


Text Example

White with #90044D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #90044D; }

 p { color: rgb(144,4,77); }

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

background-color css

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

 a { background-color: rgb(144,4,77); }

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

border-color css

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

 span { border-color: rgb(144,4,77); }

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