Html Css Color HEX #900040 Jazzberry Jam

📋 copy color: '#900040'

red 144 ◦ green 0 ◦ blue 64

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

Shades of Jazzberry Jam #900040

Tints of Jazzberry Jam #900040

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 69.23%
G = 0%
B = 30.77%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.56

 K value IS 0.44

RGB Variations

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

Color information

#900040 (or 0x900040) is known color: Jazzberry Jam. HEX triplet: 90, 00 and 40. RGB value is (144,0,64). Sum of RGB (Red+Green+Blue) = 144+0+64=208 (27% of max value = 765). Red value is 144 (56.64% from 255 or 69.23% from 208); Green value is 0 (0.39% from 255 or 0% from 208); Blue value is 64 (25.39% from 255 or 30.77% from 208); Max value from RGB is 144 - color contains mainly: red. Hex color #900040 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #900040 is #6FFFBF. Grayscale: #323232. Windows color (decimal): -7339968 or 4194448. OLE color: 4194448.

HSL color Cylindrical-coordinate representation of color #900040: hue angle of 333.33º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 1%. Process color model (Four color, CMYK) of #900040 is Cyan = 0, Magento = 1, Yellow = 0.56 and Black (K on CMYK) = 0.44.

Color convert

RGB 144 0 64 -
CMYK 0 1 0.56 0.44
HSL 333.33º 1% 0.28% -
HSV(B) 333.33º 1% 0.56% -
XYZ 12.43 6.3 5.41 -
YUV 50.35 135.71 194.8 -
System Red Green Blue C M Y K H S L
Decimal 144 0 64 0 1 0.56 0.44 333.33 1 0.28
Hex 90 0 40 0 64 38 2C 14D 64 1C
Octal 220 0 100 0 144 70 54 515 144 34
Binary 10010000 0 1000000 0 1100100 111000 101100 101001101 1100100 11100

Color Harmonies of #900040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #900040

Black with #900040

Text Example


Text Example

White with #900040

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #900040; }

 p { color: rgb(144,0,64); }

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

background-color css

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

 a { background-color: rgb(144,0,64); }

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

border-color css

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

 span { border-color: rgb(144,0,64); }

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