Html Css Color HEX #8B4F4C Lotus

📋 copy color: '#8B4F4C'

red 139 ◦ green 79 ◦ blue 76

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

Shades of Lotus #8B4F4C

Tints of Lotus #8B4F4C

RGB

 RED value IS 139 (54.69% from 255) = 47.28%

 GREEN value IS 79 (31.25% from 255) = 26.87%

 BLUE value IS 76 (30.08% from 255) = 25.85%

R = 47.28%
G = 26.87%
B = 25.85%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.45

 K value IS 0.45

RGB Variations

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

Color information

#8B4F4C (or 0x8B4F4C) is known color: Lotus. HEX triplet: 8B, 4F and 4C. RGB value is (139,79,76). Sum of RGB (Red+Green+Blue) = 139+79+76=294 (38% of max value = 765). Red value is 139 (54.69% from 255 or 47.28% from 294); Green value is 79 (31.25% from 255 or 26.87% from 294); Blue value is 76 (30.08% from 255 or 25.85% from 294); Max value from RGB is 139 - color contains mainly: red. Hex color #8B4F4C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8B4F4C is #74B0B3. Grayscale: #606060. Windows color (decimal): -7647412 or 5001099. OLE color: 5001099.

HSL color Cylindrical-coordinate representation of color #8B4F4C: hue angle of 2.86º degrees, saturation: 0.29, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8B4F4C is Cyan = 0, Magento = 0.43, Yellow = 0.45 and Black (K on CMYK) = 0.45.

Color convert

RGB 139 79 76 -
CMYK 0 0.43 0.45 0.45
HSL 2.86º 0.29% 0.42% -
HSV(B) 2.86º 0.45% 0.55% -
XYZ 14.75 11.6 8.3 -
YUV 96.6 116.38 158.24 -
System Red Green Blue C M Y K H S L
Decimal 139 79 76 0 0.43 0.45 0.45 2.86 0.29 0.42
Hex 8B 4F 4C 0 2B 2D 2D 3 1D 2A
Octal 213 117 114 0 53 55 55 3 35 52
Binary 10001011 1001111 1001100 0 101011 101101 101101 11 11101 101010

Color Harmonies of #8B4F4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B4F4C

Black with #8B4F4C

Text Example


Text Example

White with #8B4F4C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,79,76); }

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

background-color css

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

 a { background-color: rgb(139,79,76); }

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

border-color css

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

 span { border-color: rgb(139,79,76); }

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