Html Css Color HEX #900240 Jazzberry Jam

📋 copy color: '#900240'

red 144 ◦ green 2 ◦ blue 64

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

Shades of Jazzberry Jam #900240

Tints of Jazzberry Jam #900240

RGB

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

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

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

R = 68.57%
G = 0.95%
B = 30.48%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.56

 K value IS 0.44

RGB Variations

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

Color information

#900240 (or 0x900240) is known color: Jazzberry Jam. HEX triplet: 90, 02 and 40. RGB value is (144,2,64). Sum of RGB (Red+Green+Blue) = 144+2+64=210 (27% of max value = 765). Red value is 144 (56.64% from 255 or 68.57% from 210); Green value is 2 (1.17% from 255 or 0.95% from 210); Blue value is 64 (25.39% from 255 or 30.48% from 210); Max value from RGB is 144 - color contains mainly: red. Hex color #900240 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #900240 is #6FFDBF. Grayscale: #333333. Windows color (decimal): -7339456 or 4194960. OLE color: 4194960.

HSL color Cylindrical-coordinate representation of color #900240: hue angle of 333.8º 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 #900240 is Cyan = 0, Magento = 0.99, Yellow = 0.56 and Black (K on CMYK) = 0.44.

Color convert

RGB 144 2 64 -
CMYK 0 0.99 0.56 0.44
HSL 333.8º 0.97% 0.29% -
HSV(B) 333.8º 0.99% 0.56% -
XYZ 12.45 6.34 5.42 -
YUV 51.53 135.04 193.96 -
System Red Green Blue C M Y K H S L
Decimal 144 2 64 0 0.99 0.56 0.44 333.8 0.97 0.29
Hex 90 2 40 0 63 38 2C 14E 61 1D
Octal 220 2 100 0 143 70 54 516 141 35
Binary 10010000 10 1000000 0 1100011 111000 101100 101001110 1100001 11101

Color Harmonies of #900240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #900240

Black with #900240

Text Example


Text Example

White with #900240

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #900240; }

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

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

background-color css

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

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

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

border-color css

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

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

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