Html Css Color HEX #901050 Jazzberry Jam

📋 copy color: '#901050'

red 144 ◦ green 16 ◦ blue 80

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

Shades of Jazzberry Jam #901050

Tints of Jazzberry Jam #901050

RGB

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

 GREEN value IS 16 (6.64% from 255) = 6.67%

 BLUE value IS 80 (31.64% from 255) = 33.33%

R = 60%
G = 6.67%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.44

 K value IS 0.44

RGB Variations

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

Color information

#901050 (or 0x901050) is known color: Jazzberry Jam. HEX triplet: 90, 10 and 50. RGB value is (144,16,80). Sum of RGB (Red+Green+Blue) = 144+16+80=240 (31% of max value = 765). Red value is 144 (56.64% from 255 or 60% from 240); Green value is 16 (6.64% from 255 or 6.67% from 240); Blue value is 80 (31.64% from 255 or 33.33% from 240); Max value from RGB is 144 - color contains mainly: red. Hex color #901050 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #901050 is #6FEFAF. Grayscale: #3D3D3D. Windows color (decimal): -7335856 or 5247120. OLE color: 5247120.

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

Color convert

RGB 144 16 80 -
CMYK 0 0.89 0.44 0.44
HSL 330º 0.8% 0.31% -
HSV(B) 330º 0.89% 0.56% -
XYZ 13.13 6.88 8.22 -
YUV 61.57 138.41 186.8 -
System Red Green Blue C M Y K H S L
Decimal 144 16 80 0 0.89 0.44 0.44 330 0.8 0.31
Hex 90 10 50 0 59 2C 2C 14A 50 1F
Octal 220 20 120 0 131 54 54 512 120 37
Binary 10010000 10000 1010000 0 1011001 101100 101100 101001010 1010000 11111

Color Harmonies of #901050

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #901050

Black with #901050

Text Example


Text Example

White with #901050

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #901050; }

 p { color: rgb(144,16,80); }

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

background-color css

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

 a { background-color: rgb(144,16,80); }

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

border-color css

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

 span { border-color: rgb(144,16,80); }

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