Html Css Color HEX #900148 Jazzberry Jam

📋 copy color: '#900148'

red 144 ◦ green 1 ◦ blue 72

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

Shades of Jazzberry Jam #900148

Tints of Jazzberry Jam #900148

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.46%

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

R = 66.36%
G = 0.46%
B = 33.18%

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

#900148 (or 0x900148) is known color: Jazzberry Jam. HEX triplet: 90, 01 and 48. RGB value is (144,1,72). Sum of RGB (Red+Green+Blue) = 144+1+72=217 (28% of max value = 765). Red value is 144 (56.64% from 255 or 66.36% from 217); Green value is 1 (0.78% from 255 or 0.46% from 217); Blue value is 72 (28.52% from 255 or 33.18% from 217); Max value from RGB is 144 - color contains mainly: red. Hex color #900148 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #900148 is #6FFEB7. Grayscale: #333333. Windows color (decimal): -7339704 or 4718992. OLE color: 4718992.

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

Color convert

RGB 144 1 72 -
CMYK 0 0.99 0.50 0.44
HSL 330.21º 0.99% 0.28% -
HSV(B) 330.21º 0.99% 0.56% -
XYZ 12.68 6.42 6.7 -
YUV 51.85 139.38 193.73 -
System Red Green Blue C M Y K H S L
Decimal 144 1 72 0 0.99 0.50 0.44 330.21 0.99 0.28
Hex 90 1 48 0 63 32 2C 14A 63 1C
Octal 220 1 110 0 143 62 54 512 143 34
Binary 10010000 1 1001000 0 1100011 110010 101100 101001010 1100011 11100

Color Harmonies of #900148

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #900148

Black with #900148

Text Example


Text Example

White with #900148

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #900148; }

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

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

background-color css

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

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

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

border-color css

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

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

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