Html Css Color HEX #90044B Jazzberry Jam

📋 copy color: '#90044B'

red 144 ◦ green 4 ◦ blue 75

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

Shades of Jazzberry Jam #90044B

Tints of Jazzberry Jam #90044B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 33.63%

R = 64.57%
G = 1.79%
B = 33.63%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.48

 K value IS 0.44

RGB Variations

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

Color information

#90044B (or 0x90044B) is known color: Jazzberry Jam. HEX triplet: 90, 04 and 4B. RGB value is (144,4,75). Sum of RGB (Red+Green+Blue) = 144+4+75=223 (29% of max value = 765). Red value is 144 (56.64% from 255 or 64.57% from 223); Green value is 4 (1.95% from 255 or 1.79% from 223); Blue value is 75 (29.69% from 255 or 33.63% from 223); Max value from RGB is 144 - color contains mainly: red. Hex color #90044B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #90044B is #6FFBB4. Grayscale: #353535. Windows color (decimal): -7338933 or 4916368. OLE color: 4916368.

HSL color Cylindrical-coordinate representation of color #90044B: hue angle of 329.57º 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 #90044B is Cyan = 0, Magento = 0.97, Yellow = 0.48 and Black (K on CMYK) = 0.44.

Color convert

RGB 144 4 75 -
CMYK 0 0.97 0.48 0.44
HSL 329.57º 0.95% 0.29% -
HSV(B) 329.57º 0.97% 0.56% -
XYZ 12.82 6.52 7.24 -
YUV 53.95 139.88 192.23 -
System Red Green Blue C M Y K H S L
Decimal 144 4 75 0 0.97 0.48 0.44 329.57 0.95 0.29
Hex 90 4 4B 0 61 30 2C 14A 5F 1D
Octal 220 4 113 0 141 60 54 512 137 35
Binary 10010000 100 1001011 0 1100001 110000 101100 101001010 1011111 11101

Color Harmonies of #90044B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90044B

Black with #90044B

Text Example


Text Example

White with #90044B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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