Html Css Color HEX #900248 Jazzberry Jam

📋 copy color: '#900248'

red 144 ◦ green 2 ◦ blue 72

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

Shades of Jazzberry Jam #900248

Tints of Jazzberry Jam #900248

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 33.03%

R = 66.06%
G = 0.92%
B = 33.03%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.50

 K value IS 0.44

RGB Variations

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

Color information

#900248 (or 0x900248) is known color: Jazzberry Jam. HEX triplet: 90, 02 and 48. RGB value is (144,2,72). Sum of RGB (Red+Green+Blue) = 144+2+72=218 (28% of max value = 765). Red value is 144 (56.64% from 255 or 66.06% from 218); Green value is 2 (1.17% from 255 or 0.92% from 218); Blue value is 72 (28.52% from 255 or 33.03% from 218); Max value from RGB is 144 - color contains mainly: red. Hex color #900248 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #900248 is #6FFDB7. Grayscale: #343434. Windows color (decimal): -7339448 or 4719248. OLE color: 4719248.

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

Color convert

RGB 144 2 72 -
CMYK 0 0.99 0.50 0.44
HSL 330.42º 0.97% 0.29% -
HSV(B) 330.42º 0.99% 0.56% -
XYZ 12.69 6.44 6.71 -
YUV 52.44 139.04 193.31 -
System Red Green Blue C M Y K H S L
Decimal 144 2 72 0 0.99 0.50 0.44 330.42 0.97 0.29
Hex 90 2 48 0 63 32 2C 14A 61 1D
Octal 220 2 110 0 143 62 54 512 141 35
Binary 10010000 10 1001000 0 1100011 110010 101100 101001010 1100001 11101

Color Harmonies of #900248

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #900248

Black with #900248

Text Example


Text Example

White with #900248

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #900248; }

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

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

background-color css

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

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

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

border-color css

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

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

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