Html Css Color HEX #900748 Jazzberry Jam

📋 copy color: '#900748'

red 144 ◦ green 7 ◦ blue 72

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

Shades of Jazzberry Jam #900748

Tints of Jazzberry Jam #900748

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.14%

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

R = 64.57%
G = 3.14%
B = 32.29%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.50

 K value IS 0.44

RGB Variations

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

Color information

#900748 (or 0x900748) is known color: Jazzberry Jam. HEX triplet: 90, 07 and 48. RGB value is (144,7,72). Sum of RGB (Red+Green+Blue) = 144+7+72=223 (29% of max value = 765). Red value is 144 (56.64% from 255 or 64.57% from 223); Green value is 7 (3.12% from 255 or 3.14% from 223); Blue value is 72 (28.52% from 255 or 32.29% from 223); Max value from RGB is 144 - color contains mainly: red. Hex color #900748 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #900748 is #6FF8B7. Grayscale: #373737. Windows color (decimal): -7338168 or 4720528. OLE color: 4720528.

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

Color convert

RGB 144 7 72 -
CMYK 0 0.95 0.50 0.44
HSL 331.53º 0.91% 0.3% -
HSV(B) 331.53º 0.95% 0.56% -
XYZ 12.75 6.55 6.72 -
YUV 55.37 137.39 191.21 -
System Red Green Blue C M Y K H S L
Decimal 144 7 72 0 0.95 0.50 0.44 331.53 0.91 0.3
Hex 90 7 48 0 5F 32 2C 14C 5B 1E
Octal 220 7 110 0 137 62 54 514 133 36
Binary 10010000 111 1001000 0 1011111 110010 101100 101001100 1011011 11110

Color Harmonies of #900748

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #900748

Black with #900748

Text Example


Text Example

White with #900748

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #900748; }

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

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

background-color css

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

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

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

border-color css

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

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

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