Html Css Color HEX #855351 Lotus

📋 copy color: '#855351'

red 133 ◦ green 83 ◦ blue 81

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

Shades of Lotus #855351

Tints of Lotus #855351

RGB

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

 GREEN value IS 83 (32.81% from 255) = 27.95%

 BLUE value IS 81 (32.03% from 255) = 27.27%

R = 44.78%
G = 27.95%
B = 27.27%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.39

 K value IS 0.48

RGB Variations

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

Color information

#855351 (or 0x855351) is known color: Lotus. HEX triplet: 85, 53 and 51. RGB value is (133,83,81). Sum of RGB (Red+Green+Blue) = 133+83+81=297 (39% of max value = 765). Red value is 133 (52.34% from 255 or 44.78% from 297); Green value is 83 (32.81% from 255 or 27.95% from 297); Blue value is 81 (32.03% from 255 or 27.27% from 297); Max value from RGB is 133 - color contains mainly: red. Hex color #855351 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #855351 is #7AACAE. Grayscale: #616161. Windows color (decimal): -8039599 or 5329797. OLE color: 5329797.

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

Color convert

RGB 133 83 81 -
CMYK 0 0.38 0.39 0.48
HSL 2.31º 0.24% 0.42% -
HSV(B) 2.31º 0.39% 0.52% -
XYZ 14.25 11.77 9.3 -
YUV 97.72 118.57 153.16 -
System Red Green Blue C M Y K H S L
Decimal 133 83 81 0 0.38 0.39 0.48 2.31 0.24 0.42
Hex 85 53 51 0 26 27 30 2 18 2A
Octal 205 123 121 0 46 47 60 2 30 52
Binary 10000101 1010011 1010001 0 100110 100111 110000 10 11000 101010

Color Harmonies of #855351

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #855351

Black with #855351

Text Example


Text Example

White with #855351

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #855351; }

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

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

background-color css

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

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

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

border-color css

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

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

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