#8F4C4B

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

Shades of Lotus #8F4C4B

Tints of Lotus #8F4C4B

Color information

#8F4C4B (or 0x8F4C4B) is unknown color: approx Lotus. HEX triplet: 8F, 4C and 4B. RGB value is (143,76,75). Sum of RGB (Red+Green+Blue) = 143+76+75=294 (38% of max value = 765). Red value is 143 (56.25% from 255 or 48.64% from 294); Green value is 76 (30.08% from 255 or 25.85% from 294); Blue value is 75 (29.69% from 255 or 25.51% from 294); Max value from RGB is 143 - color contains mainly: red. Hex color #8F4C4B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8F4C4B is #70B3B4. Grayscale: #5F5F5F. Windows color (decimal): -7386037 or 4934799. OLE color: 4934799.

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

Color convert

RGB1437675-
CMYK00.470.480.44
HSL0.88º31.19%42.75%-
HSV(B)0.88º47.55%56.08%-
XYZ15.1811.528.08-
YUV95.92116.2161.58-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 48.64%
GREEN value IS 76 (30.08% from 255) = 25.85%
BLUE value IS 75 (29.69% from 255) = 25.51%
R=48.64%
G=25.85%
B=25.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.48
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal143767500.470.480.440.8831.1942.75
Hex8F4C4B02F302C11f2b
Octal217114113057605413753
Binary10001111100110010010110101111110000101100111111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F4C4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8F4C4B; }

 p { color: rgb(143,76,75); }

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

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

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

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

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

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

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