Html Css Color HEX #8A4F4A Lotus

📋 copy color: '#8A4F4A'

red 138 ◦ green 79 ◦ blue 74

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

Shades of Lotus #8A4F4A

Tints of Lotus #8A4F4A

RGB

 RED value IS 138 (54.3% from 255) = 47.42%

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

 BLUE value IS 74 (29.3% from 255) = 25.43%

R = 47.42%
G = 27.15%
B = 25.43%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.46

 K value IS 0.46

RGB Variations

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

Color information

#8A4F4A (or 0x8A4F4A) is known color: Lotus. HEX triplet: 8A, 4F and 4A. RGB value is (138,79,74). Sum of RGB (Red+Green+Blue) = 138+79+74=291 (38% of max value = 765). Red value is 138 (54.30% from 255 or 47.42% from 291); Green value is 79 (31.25% from 255 or 27.15% from 291); Blue value is 74 (29.30% from 255 or 25.43% from 291); Max value from RGB is 138 - color contains mainly: red. Hex color #8A4F4A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8A4F4A is #75B0B5. Grayscale: #606060. Windows color (decimal): -7712950 or 4870026. OLE color: 4870026.

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

Color convert

RGB 138 79 74 -
CMYK 0 0.43 0.46 0.46
HSL 4.69º 0.3% 0.42% -
HSV(B) 4.69º 0.46% 0.54% -
XYZ 14.51 11.49 7.93 -
YUV 96.07 115.55 157.91 -
System Red Green Blue C M Y K H S L
Decimal 138 79 74 0 0.43 0.46 0.46 4.69 0.3 0.42
Hex 8A 4F 4A 0 2B 2E 2E 5 1E 2A
Octal 212 117 112 0 53 56 56 5 36 52
Binary 10001010 1001111 1001010 0 101011 101110 101110 101 11110 101010

Color Harmonies of #8A4F4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A4F4A

Black with #8A4F4A

Text Example


Text Example

White with #8A4F4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,79,74); }

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

background-color css

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

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

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

border-color css

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

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

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