Html Css Color HEX #855149 Lotus

📋 copy color: '#855149'

red 133 ◦ green 81 ◦ blue 73

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

Shades of Lotus #855149

Tints of Lotus #855149

RGB

 RED value IS 133 (52.34% from 255) = 46.34%

 GREEN value IS 81 (32.03% from 255) = 28.22%

 BLUE value IS 73 (28.91% from 255) = 25.44%

R = 46.34%
G = 28.22%
B = 25.44%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.45

 K value IS 0.48

RGB Variations

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

Color information

#855149 (or 0x855149) is known color: Lotus. HEX triplet: 85, 51 and 49. RGB value is (133,81,73). Sum of RGB (Red+Green+Blue) = 133+81+73=287 (38% of max value = 765). Red value is 133 (52.34% from 255 or 46.34% from 287); Green value is 81 (32.03% from 255 or 28.22% from 287); Blue value is 73 (28.91% from 255 or 25.44% from 287); Max value from RGB is 133 - color contains mainly: red. Hex color #855149 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #855149 is #7AAEB6. Grayscale: #5F5F5F. Windows color (decimal): -8040119 or 4804997. OLE color: 4804997.

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

Color convert

RGB 133 81 73 -
CMYK 0 0.39 0.45 0.48
HSL 0.29% 0.4% -
HSV(B) 0.45% 0.52% -
XYZ 13.82 11.35 7.77 -
YUV 95.64 115.23 154.65 -
System Red Green Blue C M Y K H S L
Decimal 133 81 73 0 0.39 0.45 0.48 8 0.29 0.4
Hex 85 51 49 0 27 2D 30 8 1D 28
Octal 205 121 111 0 47 55 60 10 35 50
Binary 10000101 1010001 1001001 0 100111 101101 110000 1000 11101 101000

Color Harmonies of #855149

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #855149

Black with #855149

Text Example


Text Example

White with #855149

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #855149; }

 p { color: rgb(133,81,73); }

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

background-color css

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

 a { background-color: rgb(133,81,73); }

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

border-color css

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

 span { border-color: rgb(133,81,73); }

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