Html Css Color HEX #8A4848 Lotus

📋 copy color: '#8A4848'

red 138 ◦ green 72 ◦ blue 72

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

Shades of Lotus #8A4848

Tints of Lotus #8A4848

RGB

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

 GREEN value IS 72 (28.52% from 255) = 25.53%

 BLUE value IS 72 (28.52% from 255) = 25.53%

R = 48.94%
G = 25.53%
B = 25.53%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.48

 K value IS 0.46

RGB Variations

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

Color information

#8A4848 (or 0x8A4848) is known color: Lotus. HEX triplet: 8A, 48 and 48. RGB value is (138,72,72). Sum of RGB (Red+Green+Blue) = 138+72+72=282 (37% of max value = 765). Red value is 138 (54.30% from 255 or 48.94% from 282); Green value is 72 (28.52% from 255 or 25.53% from 282); Blue value is 72 (28.52% from 255 or 25.53% from 282); Max value from RGB is 138 - color contains mainly: red. Hex color #8A4848 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8A4848 is #75B7B7. Grayscale: #5B5B5B. Windows color (decimal): -7714744 or 4737162. OLE color: 4737162.

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

Color convert

RGB 138 72 72 -
CMYK 0 0.48 0.48 0.46
HSL 0.31% 0.41% -
HSV(B) 0.48% 0.54% -
XYZ 13.97 10.51 7.42 -
YUV 91.73 116.87 161 -
System Red Green Blue C M Y K H S L
Decimal 138 72 72 0 0.48 0.48 0.46 0 0.31 0.41
Hex 8A 48 48 0 30 30 2E 0 1F 29
Octal 212 110 110 0 60 60 56 0 37 51
Binary 10001010 1001000 1001000 0 110000 110000 101110 0 11111 101001

Color Harmonies of #8A4848

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A4848

Black with #8A4848

Text Example


Text Example

White with #8A4848

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,72,72); }

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

background-color css

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

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

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

border-color css

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

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

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