Html Css Color HEX #900649 Jazzberry Jam

📋 copy color: '#900649'

red 144 ◦ green 6 ◦ blue 73

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

Shades of Jazzberry Jam #900649

Tints of Jazzberry Jam #900649

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.69%

 BLUE value IS 73 (28.91% from 255) = 32.74%

R = 64.57%
G = 2.69%
B = 32.74%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.49

 K value IS 0.44

RGB Variations

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

Color information

#900649 (or 0x900649) is known color: Jazzberry Jam. HEX triplet: 90, 06 and 49. RGB value is (144,6,73). Sum of RGB (Red+Green+Blue) = 144+6+73=223 (29% of max value = 765). Red value is 144 (56.64% from 255 or 64.57% from 223); Green value is 6 (2.73% from 255 or 2.69% from 223); Blue value is 73 (28.91% from 255 or 32.74% from 223); Max value from RGB is 144 - color contains mainly: red. Hex color #900649 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #900649 is #6FF9B6. Grayscale: #363636. Windows color (decimal): -7338423 or 4785808. OLE color: 4785808.

HSL color Cylindrical-coordinate representation of color #900649: hue angle of 330.87º degrees, saturation: 0.92, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #900649 is Cyan = 0, Magento = 0.96, Yellow = 0.49 and Black (K on CMYK) = 0.44.

Color convert

RGB 144 6 73 -
CMYK 0 0.96 0.49 0.44
HSL 330.87º 0.92% 0.29% -
HSV(B) 330.87º 0.96% 0.56% -
XYZ 12.77 6.54 6.89 -
YUV 54.9 138.22 191.55 -
System Red Green Blue C M Y K H S L
Decimal 144 6 73 0 0.96 0.49 0.44 330.87 0.92 0.29
Hex 90 6 49 0 60 31 2C 14B 5C 1D
Octal 220 6 111 0 140 61 54 513 134 35
Binary 10010000 110 1001001 0 1100000 110001 101100 101001011 1011100 11101

Color Harmonies of #900649

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #900649

Black with #900649

Text Example


Text Example

White with #900649

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #900649; }

 p { color: rgb(144,6,73); }

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

background-color css

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

 a { background-color: rgb(144,6,73); }

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

border-color css

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

 span { border-color: rgb(144,6,73); }

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