Html Css Color HEX #904949 Lotus

📋 copy color: '#904949'

red 144 ◦ green 73 ◦ blue 73

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

Shades of Lotus #904949

Tints of Lotus #904949

RGB

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

 GREEN value IS 73 (28.91% from 255) = 25.17%

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

R = 49.66%
G = 25.17%
B = 25.17%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.49

 K value IS 0.44

RGB Variations

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

Color information

#904949 (or 0x904949) is known color: Lotus. HEX triplet: 90, 49 and 49. RGB value is (144,73,73). Sum of RGB (Red+Green+Blue) = 144+73+73=290 (38% of max value = 765). Red value is 144 (56.64% from 255 or 49.66% from 290); Green value is 73 (28.91% from 255 or 25.17% from 290); Blue value is 73 (28.91% from 255 or 25.17% from 290); Max value from RGB is 144 - color contains mainly: red. Hex color #904949 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #904949 is #6FB6B6. Grayscale: #5E5E5E. Windows color (decimal): -7321271 or 4802960. OLE color: 4802960.

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

Color convert

RGB 144 73 73 -
CMYK 0 0.49 0.49 0.44
HSL 0.33% 0.43% -
HSV(B) 0.49% 0.56% -
XYZ 15.09 11.18 7.67 -
YUV 94.23 116.02 163.5 -
System Red Green Blue C M Y K H S L
Decimal 144 73 73 0 0.49 0.49 0.44 0 0.33 0.43
Hex 90 49 49 0 31 31 2C 0 21 2B
Octal 220 111 111 0 61 61 54 0 41 53
Binary 10010000 1001001 1001001 0 110001 110001 101100 0 100001 101011

Color Harmonies of #904949

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #904949

Black with #904949

Text Example


Text Example

White with #904949

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #904949; }

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

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

background-color css

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

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

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

border-color css

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

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

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