#914A4A

Color #914A4A Lotus (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lotus #914A4A

Tints of Lotus #914A4A

Color information

#914A4A (or 0x914A4A) is unknown color: approx Lotus. HEX triplet: 91, 4A and 4A. RGB value is (145,74,74). Sum of RGB (Red+Green+Blue) = 145+74+74=293 (38% of max value = 765). Red value is 145 (57.03% from 255 or 49.49% from 293); Green value is 74 (29.30% from 255 or 25.26% from 293); Blue value is 74 (29.30% from 255 or 25.26% from 293); Max value from RGB is 145 - color contains mainly: red. Hex color #914A4A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #914A4A is #6EB5B5. Grayscale: #5F5F5F. Windows color (decimal): -7255478 or 4868753. OLE color: 4868753.

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

Color convert

RGB1457474-
CMYK00.490.490.43
HSL32.42%42.94%-
HSV(B)48.97%56.86%-
XYZ15.3611.417.87-
YUV95.23116.02163.5-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 49.49%
GREEN value IS 74 (29.30% from 255) = 25.26%
BLUE value IS 74 (29.30% from 255) = 25.26%
R=49.49%
G=25.26%
B=25.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.49
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal145747400.490.490.43032.4242.94
Hex914A4A031312B0202b
Octal221112112061615304053
Binary100100011001010100101001100011100011010110100000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #914A4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #914A4A; }

 p { color: rgb(145,74,74); }

 H1.HeaderClassName
 {
   color: #914A4A;
 }
 .AnyTagClassName
 {
   color: #914A4A;
 }
</style>
background-color css

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

 a { background-color: rgb(145,74,74); }

 div.DivClassName
 {
   background-color: #914A4A;
 }
 .BgClassName
 {
   background-color: #914A4A;
 }
</style>
border-color css

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

 span { border-color: rgb(145,74,74); }

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