#914B4B

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

Shades of Lotus #914B4B

Tints of Lotus #914B4B

Color information

#914B4B (or 0x914B4B) is unknown color: approx Lotus. HEX triplet: 91, 4B and 4B. RGB value is (145,75,75). Sum of RGB (Red+Green+Blue) = 145+75+75=295 (39% of max value = 765). Red value is 145 (57.03% from 255 or 49.15% from 295); Green value is 75 (29.69% from 255 or 25.42% from 295); Blue value is 75 (29.69% from 255 or 25.42% from 295); Max value from RGB is 145 - color contains mainly: red. Hex color #914B4B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #914B4B is #6EB4B4. Grayscale: #606060. Windows color (decimal): -7255221 or 4934545. OLE color: 4934545.

HSL color Cylindrical-coordinate representation of color #914B4B: 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.48%. Process color model (Four color, CMYK) of #914B4B is Cyan = 0, Magento = 0.48, Yellow = 0.48 and Black (K on CMYK) = 0.43.

Color convert

RGB1457575-
CMYK00.480.480.43
HSL31.82%43.14%-
HSV(B)48.28%56.86%-
XYZ15.4611.568.07-
YUV95.93116.19163-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 49.15%
GREEN value IS 75 (29.69% from 255) = 25.42%
BLUE value IS 75 (29.69% from 255) = 25.42%
R=49.15%
G=25.42%
B=25.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.48
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal145757500.480.480.43031.8243.14
Hex914B4B030302B0202b
Octal221113113060605304053
Binary100100011001011100101101100001100001010110100000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #914B4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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