Html Css Color HEX #900244 Jazzberry Jam

📋 copy color: '#900244'

red 144 ◦ green 2 ◦ blue 68

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

Shades of Jazzberry Jam #900244

Tints of Jazzberry Jam #900244

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 31.78%

R = 67.29%
G = 0.93%
B = 31.78%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.53

 K value IS 0.44

RGB Variations

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

Color information

#900244 (or 0x900244) is known color: Jazzberry Jam. HEX triplet: 90, 02 and 44. RGB value is (144,2,68). Sum of RGB (Red+Green+Blue) = 144+2+68=214 (28% of max value = 765). Red value is 144 (56.64% from 255 or 67.29% from 214); Green value is 2 (1.17% from 255 or 0.93% from 214); Blue value is 68 (26.95% from 255 or 31.78% from 214); Max value from RGB is 144 - color contains mainly: red. Hex color #900244 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #900244 is #6FFDBB. Grayscale: #333333. Windows color (decimal): -7339452 or 4457104. OLE color: 4457104.

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

Color convert

RGB 144 2 68 -
CMYK 0 0.99 0.53 0.44
HSL 332.11º 0.97% 0.29% -
HSV(B) 332.11º 0.99% 0.56% -
XYZ 12.57 6.39 6.04 -
YUV 51.98 137.04 193.63 -
System Red Green Blue C M Y K H S L
Decimal 144 2 68 0 0.99 0.53 0.44 332.11 0.97 0.29
Hex 90 2 44 0 63 35 2C 14C 61 1D
Octal 220 2 104 0 143 65 54 514 141 35
Binary 10010000 10 1000100 0 1100011 110101 101100 101001100 1100001 11101

Color Harmonies of #900244

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #900244

Black with #900244

Text Example


Text Example

White with #900244

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #900244; }

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

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

background-color css

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

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

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

border-color css

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

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

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