Html Css Color HEX #900F48 Jazzberry Jam

📋 copy color: '#900F48'

red 144 ◦ green 15 ◦ blue 72

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

Shades of Jazzberry Jam #900F48

Tints of Jazzberry Jam #900F48

RGB

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

 GREEN value IS 15 (6.25% from 255) = 6.49%

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

R = 62.34%
G = 6.49%
B = 31.17%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.50

 K value IS 0.44

RGB Variations

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

Color information

#900F48 (or 0x900F48) is known color: Jazzberry Jam. HEX triplet: 90, 0F and 48. RGB value is (144,15,72). Sum of RGB (Red+Green+Blue) = 144+15+72=231 (30% of max value = 765). Red value is 144 (56.64% from 255 or 62.34% from 231); Green value is 15 (6.25% from 255 or 6.49% from 231); Blue value is 72 (28.52% from 255 or 31.17% from 231); Max value from RGB is 144 - color contains mainly: red. Hex color #900F48 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #900F48 is #6FF0B7. Grayscale: #3B3B3B. Windows color (decimal): -7336120 or 4722576. OLE color: 4722576.

HSL color Cylindrical-coordinate representation of color #900F48: hue angle of 333.49º degrees, saturation: 0.81, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #900F48 is Cyan = 0, Magento = 0.90, Yellow = 0.50 and Black (K on CMYK) = 0.44.

Color convert

RGB 144 15 72 -
CMYK 0 0.90 0.50 0.44
HSL 333.49º 0.81% 0.31% -
HSV(B) 333.49º 0.9% 0.56% -
XYZ 12.84 6.74 6.75 -
YUV 60.07 134.74 187.87 -
System Red Green Blue C M Y K H S L
Decimal 144 15 72 0 0.90 0.50 0.44 333.49 0.81 0.31
Hex 90 F 48 0 5A 32 2C 14D 51 1F
Octal 220 17 110 0 132 62 54 515 121 37
Binary 10010000 1111 1001000 0 1011010 110010 101100 101001101 1010001 11111

Color Harmonies of #900F48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #900F48

Black with #900F48

Text Example


Text Example

White with #900F48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #900F48; }

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

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

background-color css

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

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

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

border-color css

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

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

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