Html Css Color HEX #855150 Lotus

📋 copy color: '#855150'

red 133 ◦ green 81 ◦ blue 80

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

Shades of Lotus #855150

Tints of Lotus #855150

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 27.21%

R = 45.24%
G = 27.55%
B = 27.21%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.40

 K value IS 0.48

RGB Variations

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

Color information

#855150 (or 0x855150) is known color: Lotus. HEX triplet: 85, 51 and 50. RGB value is (133,81,80). Sum of RGB (Red+Green+Blue) = 133+81+80=294 (38% of max value = 765). Red value is 133 (52.34% from 255 or 45.24% from 294); Green value is 81 (32.03% from 255 or 27.55% from 294); Blue value is 80 (31.64% from 255 or 27.21% from 294); Max value from RGB is 133 - color contains mainly: red. Hex color #855150 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #855150 is #7AAEAF. Grayscale: #606060. Windows color (decimal): -8040112 or 5263749. OLE color: 5263749.

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

Color convert

RGB 133 81 80 -
CMYK 0 0.39 0.40 0.48
HSL 1.13º 0.25% 0.42% -
HSV(B) 1.13º 0.4% 0.52% -
XYZ 14.06 11.45 9.06 -
YUV 96.43 118.73 154.08 -
System Red Green Blue C M Y K H S L
Decimal 133 81 80 0 0.39 0.40 0.48 1.13 0.25 0.42
Hex 85 51 50 0 27 28 30 1 19 2A
Octal 205 121 120 0 47 50 60 1 31 52
Binary 10000101 1010001 1010000 0 100111 101000 110000 1 11001 101010

Color Harmonies of #855150

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #855150

Black with #855150

Text Example


Text Example

White with #855150

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #855150; }

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

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

background-color css

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

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

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

border-color css

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

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

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