Html Css Color HEX #900448 Jazzberry Jam

📋 copy color: '#900448'

red 144 ◦ green 4 ◦ blue 72

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

Shades of Jazzberry Jam #900448

Tints of Jazzberry Jam #900448

RGB

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

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

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

R = 65.45%
G = 1.82%
B = 32.73%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.50

 K value IS 0.44

RGB Variations

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

Color information

#900448 (or 0x900448) is known color: Jazzberry Jam. HEX triplet: 90, 04 and 48. RGB value is (144,4,72). Sum of RGB (Red+Green+Blue) = 144+4+72=220 (29% of max value = 765). Red value is 144 (56.64% from 255 or 65.45% from 220); Green value is 4 (1.95% from 255 or 1.82% from 220); Blue value is 72 (28.52% from 255 or 32.73% from 220); Max value from RGB is 144 - color contains mainly: red. Hex color #900448 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #900448 is #6FFBB7. Grayscale: #353535. Windows color (decimal): -7338936 or 4719760. OLE color: 4719760.

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

Color convert

RGB 144 4 72 -
CMYK 0 0.97 0.50 0.44
HSL 330.86º 0.95% 0.29% -
HSV(B) 330.86º 0.97% 0.56% -
XYZ 12.71 6.48 6.71 -
YUV 53.61 138.38 192.47 -
System Red Green Blue C M Y K H S L
Decimal 144 4 72 0 0.97 0.50 0.44 330.86 0.95 0.29
Hex 90 4 48 0 61 32 2C 14B 5F 1D
Octal 220 4 110 0 141 62 54 513 137 35
Binary 10010000 100 1001000 0 1100001 110010 101100 101001011 1011111 11101

Color Harmonies of #900448

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #900448

Black with #900448

Text Example


Text Example

White with #900448

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #900448; }

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

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

background-color css

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

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

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

border-color css

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

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

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