Html Css Color HEX #900941 Jazzberry Jam

📋 copy color: '#900941'

red 144 ◦ green 9 ◦ blue 65

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

Shades of Jazzberry Jam #900941

Tints of Jazzberry Jam #900941

RGB

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

 GREEN value IS 9 (3.91% from 255) = 4.13%

 BLUE value IS 65 (25.78% from 255) = 29.82%

R = 66.06%
G = 4.13%
B = 29.82%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.55

 K value IS 0.44

RGB Variations

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

Color information

#900941 (or 0x900941) is known color: Jazzberry Jam. HEX triplet: 90, 09 and 41. RGB value is (144,9,65). Sum of RGB (Red+Green+Blue) = 144+9+65=218 (28% of max value = 765). Red value is 144 (56.64% from 255 or 66.06% from 218); Green value is 9 (3.91% from 255 or 4.13% from 218); Blue value is 65 (25.78% from 255 or 29.82% from 218); Max value from RGB is 144 - color contains mainly: red. Hex color #900941 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #900941 is #6FF6BE. Grayscale: #373737. Windows color (decimal): -7337663 or 4262288. OLE color: 4262288.

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

Color convert

RGB 144 9 65 -
CMYK 0 0.94 0.55 0.44
HSL 335.11º 0.88% 0.3% -
HSV(B) 335.11º 0.94% 0.56% -
XYZ 12.55 6.51 5.6 -
YUV 55.75 133.23 190.95 -
System Red Green Blue C M Y K H S L
Decimal 144 9 65 0 0.94 0.55 0.44 335.11 0.88 0.3
Hex 90 9 41 0 5E 37 2C 14F 58 1E
Octal 220 11 101 0 136 67 54 517 130 36
Binary 10010000 1001 1000001 0 1011110 110111 101100 101001111 1011000 11110

Color Harmonies of #900941

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #900941

Black with #900941

Text Example


Text Example

White with #900941

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #900941; }

 p { color: rgb(144,9,65); }

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

background-color css

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

 a { background-color: rgb(144,9,65); }

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

border-color css

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

 span { border-color: rgb(144,9,65); }

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