Html Css Color HEX #855048 Lotus

📋 copy color: '#855048'

red 133 ◦ green 80 ◦ blue 72

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

Shades of Lotus #855048

Tints of Lotus #855048

RGB

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

 GREEN value IS 80 (31.64% from 255) = 28.07%

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

R = 46.67%
G = 28.07%
B = 25.26%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.46

 K value IS 0.48

RGB Variations

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

Color information

#855048 (or 0x855048) is known color: Lotus. HEX triplet: 85, 50 and 48. RGB value is (133,80,72). Sum of RGB (Red+Green+Blue) = 133+80+72=285 (37% of max value = 765). Red value is 133 (52.34% from 255 or 46.67% from 285); Green value is 80 (31.64% from 255 or 28.07% from 285); Blue value is 72 (28.52% from 255 or 25.26% from 285); Max value from RGB is 133 - color contains mainly: red. Hex color #855048 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #855048 is #7AAFB7. Grayscale: #5F5F5F. Windows color (decimal): -8040376 or 4739205. OLE color: 4739205.

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

Color convert

RGB 133 80 72 -
CMYK 0 0.40 0.46 0.48
HSL 7.87º 0.3% 0.4% -
HSV(B) 7.87º 0.46% 0.52% -
XYZ 13.71 11.19 7.57 -
YUV 94.94 115.06 155.15 -
System Red Green Blue C M Y K H S L
Decimal 133 80 72 0 0.40 0.46 0.48 7.87 0.3 0.4
Hex 85 50 48 0 28 2E 30 8 1E 28
Octal 205 120 110 0 50 56 60 10 36 50
Binary 10000101 1010000 1001000 0 101000 101110 110000 1000 11110 101000

Color Harmonies of #855048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #855048

Black with #855048

Text Example


Text Example

White with #855048

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #855048; }

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

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

background-color css

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

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

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

border-color css

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

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

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